Skip to content

Commit fcbde5b

Browse files
committed
update fixtures
1 parent 8c3718e commit fcbde5b

File tree

1 file changed

+1
-1
lines changed
  • packages/services/storage/src/db

1 file changed

+1
-1
lines changed

packages/services/storage/src/db/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export interface personal_access_tokens {
237237
hash: string;
238238
id: string;
239239
organization_id: string;
240-
permissions: Array<string>;
240+
permissions: Array<string> | null;
241241
title: string;
242242
user_id: string;
243243
}

0 commit comments

Comments
 (0)