Skip to content

Commit 63b44b5

Browse files
David Biereggeratk
authored andcommitted
Forgot to make a function call
1 parent 1766508 commit 63b44b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/src/cookies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const cookieStorage: StorageWithOptions<CookieOptions> = addClearMethod({
150150
return length;
151151
},
152152
get length() {
153-
return this.getLength
153+
return this.getLength()
154154
}
155155
});
156156

0 commit comments

Comments
 (0)