Merge branch 'develop' into phillip/autocomplete-username

This commit is contained in:
Phillip Thelen
2019-02-14 18:02:19 +01:00
committed by GitHub

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 = 'VALENTINE\'S DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS';
const LAST_ANNOUNCEMENT_TITLE = 'VALENTINES DAY CELEBRATION! INCLUDING CUPID AND ROSE QUARTZ HATCHING POTIONS';
const worldDmg = { // @TODO
bailey: false,
};