Skip to content

Commit 6455cce

Browse files
fix lint
1 parent cad9e02 commit 6455cce

File tree

1 file changed

+1
-1
lines changed
  • scripts/demo-email-notifications

1 file changed

+1
-1
lines changed

scripts/demo-email-notifications/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function resetNotificationRecords () {
2323
// reset coming up interview records
2424
localLogger.info('reset coming up interview records')
2525
const interview = await Interview.findById('976d23a9-5710-453f-99d9-f57a588bb610')
26-
const startTimestamp = moment().add(moment.duration(`PT1H`)).add('PT1M').toDate()
26+
const startTimestamp = moment().add(moment.duration('PT1H')).add('PT1M').toDate()
2727
await interview.update({ startTimestamp, duration: 30, status: Interviews.Status.Scheduled, guestNames: ['test1', 'test2'], hostName: 'hostName' })
2828

2929
// reset completed interview records

0 commit comments

Comments
 (0)