Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 6, 2019
1 parent 60e0f2f commit cd1cfb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interactions/meetingTutorial.js
Expand Up @@ -15,10 +15,9 @@ const interactionMeetingTutorial = (bot, message) => {
const newRecordData = oldRecordData
newRecordData['Flag: Initiated tutorial'] = true

airPatch('Orpheus', userRecord.id, JSON.stringify(newRecordData)).then((newRecord) => {
airPatch('Orpheus', userRecord.id, { Data: JSON.stringify(newRecordData) }).then((newRecord) => {
console.log('patching...')
}).catch(err => { throw err })
userRecord.update({tutorialIntroFlag: true})
}).catch(err => {
console.error(err)
bot.whisper(`Hmmmm... I'm getting \`${err}\` and I'm pretty sure that's not right`)
Expand Down

0 comments on commit cd1cfb5

Please sign in to comment.