mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-20 21:04:13 +00:00
fix(lint): use curly apostrophe and single quotes
This commit is contained in:
parent
2c1ca7629d
commit
b711c1672b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
|
|||
let api = {};
|
||||
|
||||
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
||||
const LAST_ANNOUNCEMENT_TITLE = "VALENTINE'S DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS";
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'VALENTINE’S DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue