Skip to content

Commit 78ab925

Browse files
committed
chore: fix minor
1 parent 64e90a7 commit 78ab925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__test__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function buildAuthorizerCliArgs(): { args: string[]; clientId: string } {
3131
const clientSecret = randomUUID();
3232
const jwtSecret = randomUUID();
3333
const customAccessTokenScript =
34-
"function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}";
34+
'function(user,tokenPayload){var data = tokenPayload;data.extra = {\'x-extra-id\': user.id};return data;}';
3535

3636
const args = [
3737
'--client-id',

0 commit comments

Comments
 (0)