Skip to content

Commit

Permalink
format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed May 14, 2024
1 parent aa52a83 commit 374882b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/unit/models/token.model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Token model', () => {
token: '4321',
type: 'invalidToken',
expires: moment('2022-02-01 08:30:26.127Z').toDate(),
}
};
await expect(new Token(invalidToken).validate()).rejects.toThrow();
});
});
Expand Down
2 changes: 1 addition & 1 deletion src/config/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export enum TokenTypeNames {
GOOGLE_ACCESS = 'google_access',
GOOGLE_REFRESH = 'google_refresh',
NOTION_ACCESS = 'notion_access',
};
}
Empty file removed src/config/tokens.ts
Empty file.

0 comments on commit 374882b

Please sign in to comment.