Skip to content

Commit

Permalink
Lint test(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
masuda-stream authored Sep 23, 2023
1 parent 6a8910e commit 7ba430c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions megalodon/src/default.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const NO_REDIRECT = 'urn:ietf:wg:oauth:2.0:oob'
export const DEFAULT_SCOPE = ['read', 'write', 'follow']
export const DEFAULT_UA = 'megalodon'
export const NO_REDIRECT = 'urn:ietf:wg:oauth:2.0:oob';
export const DEFAULT_SCOPE = ['read', 'write', 'follow'];
export const DEFAULT_UA = 'megalodon';

0 comments on commit 7ba430c

Please sign in to comment.