Skip to content

Commit

Permalink
fix(enum): update value in File enum for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
br14n-sol committed Dec 30, 2023
1 parent 5f402c9 commit 495f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export enum File {
MIME_TYPE = 'mimeType',
CREATED_TIME = 'createdTime',
MODIFIED_TIME = 'modifiedTime',
VISIBILITY = 'visibilityLevel',
VISIBILITY = 'visibility',
PROPERTIES = 'properties',
APP_PROPERTIES = 'appProperties',
TRASHED = 'trashed',
Expand Down

0 comments on commit 495f057

Please sign in to comment.