mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
v3: move TAVERN_ID to common code
This commit is contained in:
@@ -23,7 +23,7 @@ const questScrolls = shared.content.quests;
|
||||
const Schema = mongoose.Schema;
|
||||
|
||||
export const INVITES_LIMIT = 100;
|
||||
export const TAVERN_ID = '00000000-0000-4000-A000-000000000000';
|
||||
export const TAVERN_ID = shared.TAVERN_ID;
|
||||
|
||||
// NOTE once Firebase is enabled any change to groups' members in MongoDB will have to be run through the API
|
||||
// changes made directly to the db will cause Firebase to get out of sync
|
||||
|
||||
Reference in New Issue
Block a user