Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Feb 8, 2024
1 parent 95b0727 commit 655b51c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/devtools/src/formats/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ export class RuntimeModelBuilder {
this.#modelViews = params.views
this.#modelIndices = params.indices
this.#immutableFields =
// TODO: remove @ts-ignore once model definition is updated
// @ts-ignore added in new version of the model definition
params.definition.version === '1.0' ? [] : params.definition.immutableFields ?? []
}

Expand Down

0 comments on commit 655b51c

Please sign in to comment.