Skip to content

Commit

Permalink
remove undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
darkgnotic committed Feb 1, 2025
1 parent a900f21 commit 7ce452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zero-schema/src/table-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type EnumSchemaValue<T> = {
kind: 'enum';
type: 'string';
dbName: string;
optional?: boolean | undefined;
optional?: boolean;
customType: T;
};

Expand Down

0 comments on commit 7ce452d

Please sign in to comment.