Skip to content

Commit

Permalink
fix: an issue with canHaveCount not going through
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 18, 2024
1 parent 126c74d commit 9b5da9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-modules/src/BuiltinModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class IPermission extends TakaroDTO<IPermission> {
friendlyName: string;
@IsOptional()
@IsBoolean()
canHaveCount?: boolean = false;
canHaveCount?: boolean;
}

export class BuiltinModule<T> extends TakaroDTO<T> {
Expand Down

0 comments on commit 9b5da9a

Please sign in to comment.