Skip to content

Commit d0995f9

Browse files
author
Fawad Ali
committed
Merge remote-tracking branch 'origin/feature/CCM-4893_preview-email' into feature/CCM-4893_submit-email
2 parents 1ca59bf + 5e660da commit d0995f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/form-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function saveSession(session: Session) {
5353
operation: 'update',
5454
});
5555
}
56-
return data;
56+
return data as Session;
5757
}
5858

5959
export async function getSession(

0 commit comments

Comments
 (0)