Skip to content

Commit 66de7b7

Browse files
Fixed object syntax
1 parent 1b00e7c commit 66de7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cognito/src/authorizeMock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const lambdaHandler = async (
7575
const newStateJson = {
7676
isPullRequest: true,
7777
redirectUri: realCallbackUri,
78-
originalState: originalState
78+
originalState
7979
}
8080
const newState = Buffer.from(JSON.stringify(newStateJson)).toString("base64")
8181

0 commit comments

Comments
 (0)