Skip to content

Commit

Permalink
fix: Because of I have change GetStorageOption Return Type from never…
Browse files Browse the repository at this point in the history
… to void, so it should be required. (#240)
  • Loading branch information
yanguoyu authored Apr 17, 2023
1 parent 199cfe4 commit 55d17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/models/src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class Store<

protected options?: Option

protected schemaOption?: GetStorageOption<StructSchema>
protected schemaOption: GetStorageOption<StructSchema>

protected cellPattern?: CellPattern

Expand Down

0 comments on commit 55d17ba

Please sign in to comment.