Skip to content

Commit

Permalink
style: prettier 전체 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielyoon7 committed Oct 17, 2023
1 parent bc51b62 commit d8e9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/storageKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const LOCAL_KEY_TOKEN = 'CARFFEINE_TOKEN';
export const SESSION_KEY_REPORTED_STATIONS = 'CARFFEINE_REPORTED_STATIONS';
export const SESSION_KEY_MEMBER_TOKEN = 'CARFFEINE_MEMBER_TOKEN';
export const SESSION_KEY_MEMBER_INFO = 'CARFFEINE_MEMBER_INFO';
export const SESSION_KEY_LAST_REQUEST_POSITION = 'CARFFEINE_LAST_REQUEST_POSITION';
export const SESSION_KEY_LAST_REQUEST_POSITION = 'CARFFEINE_LAST_REQUEST_POSITION';

0 comments on commit d8e9f22

Please sign in to comment.