Skip to content

Commit 4adf21f

Browse files
committed
format
1 parent a04dbb3 commit 4adf21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ declare namespace fastifySession {
100100
isModified(): boolean;
101101

102102
/** checks if the session has been saved to the store */
103-
isSaved(): boolean
103+
isSaved(): boolean;
104104
}
105105

106106
export interface SessionStore {

0 commit comments

Comments
 (0)