Skip to content

Commit

Permalink
fix: allow permission null for packed (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jul 4, 2024
1 parent c56bf73 commit 177c7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const PartialItemFactory = <IT extends DiscriminatedItem>(
};

export type PackedInformationFactoryInput = {
permission?: PermissionLevel;
permission?: PermissionLevel | null;
hiddenTag?: Partial<ItemTag>;
publicTag?: Partial<ItemTag>;
};
Expand Down

0 comments on commit 177c7d4

Please sign in to comment.