Skip to content

Commit

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

airPatch('Orpheus', userRecord.id, JSON.stringify(newRecordFields)).then((newRecord) => {
airPatch('Orpheus', userRecord.id, JSON.stringify(newRecordData)).then((newRecord) => {
console.log('patching...')
}).catch(err => { throw err })
userRecord.update({tutorialIntroFlag: true})
Expand Down

0 comments on commit 60e0f2f

Please sign in to comment.