Skip to content

Commit 3ab440e

Browse files
authored
fix(type): fix return type of getObjectId (#663)
1 parent 0515a4c commit 3ab440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export class Object extends BaseObject {
360360
get(attr: string): any;
361361
getACL(): ACL;
362362
getCreatedAt(): Date;
363-
getObjectId(): String;
363+
getObjectId(): string;
364364
getUpdatedAt(): Date;
365365
has(attr: string): boolean;
366366
increment(attr: string, amount?: number): this;

0 commit comments

Comments
 (0)