Skip to content

Commit 0708df5

Browse files
geroplroboquat
authored andcommitted
[licensor] Align dirty state
1 parent 5031273 commit 0708df5

File tree

1 file changed

+1
-1
lines changed
  • components/licensor/typescript/ee/src

1 file changed

+1
-1
lines changed

components/licensor/typescript/ee/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface LicensePayload {
2929
level: LicenseLevel
3030
validUntil: string
3131
seats: number
32-
customerID: string
32+
customerID?: string
3333
}
3434

3535
export enum LicenseSubscriptionLevel {

0 commit comments

Comments
 (0)