Add questInvited option to webhook model

This commit is contained in:
Carl Vuorinen
2020-01-10 20:01:15 +02:00
parent 10ed4ea712
commit e6edaca11d
3 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ const USER_ACTIVITY_DEFAULT_OPTIONS = Object.freeze({
const QUEST_ACTIVITY_DEFAULT_OPTIONS = Object.freeze({
questStarted: false,
questFinished: false,
questInvited: false,
});
export const schema = new Schema({