fix(lint): ’

This commit is contained in:
Sabe Jones
2019-01-01 07:13:41 -06:00
parent 07e5bf1437
commit 696b67204d

View File

@@ -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 = "HAPPY NEW YEAR! PARTY HATS, NEW YEAR'S GREETING CARDS, SNOWBALLS, AND LAST CHANCE FOR DECEMBER ITEMS";
const LAST_ANNOUNCEMENT_TITLE = 'HAPPY NEW YEAR! PARTY HATS, NEW YEARS GREETING CARDS, SNOWBALLS, AND LAST CHANCE FOR DECEMBER ITEMS';
const worldDmg = { // @TODO
bailey: false,
};