Skip to content

Commit e299d2a

Browse files
author
Fawad Ali
committed
Merge remote-tracking branch 'origin/feature/CCM-4893_submit-email' into feature/CCM-4893_update-email
2 parents 81d944f + d0995f9 commit e299d2a

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)