Skip to content

Commit

Permalink
fix: add tokenFields to Application type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kusal Lamsal committed Jan 19, 2024
1 parent b5541cb commit bb823cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export interface Application {
clientId?: string
clientSecret?: string
redirectUris?: string[]
tokenFormat?: string
tokenFormat?: string,

Check failure on line 72 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^16)

Delete `,`

Check failure on line 72 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^18)

Delete `,`

Check failure on line 72 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^20)

Delete `,`
tokenFields?: string[],

Check failure on line 73 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^16)

Delete `,`

Check failure on line 73 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^18)

Delete `,`

Check failure on line 73 in src/application.ts

View workflow job for this annotation

GitHub Actions / test (^20)

Delete `,`
expireInHours?: number
refreshExpireInHours?: number
signupUrl?: string
Expand Down

0 comments on commit bb823cd

Please sign in to comment.