Skip to content

Commit

Permalink
Merge pull request #1129 from hackclub/bring-back-background-job
Browse files Browse the repository at this point in the history
Uncomment import
  • Loading branch information
maxwofford authored Jan 23, 2025
2 parents 2113963 + 947b7c7 commit 1bea86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/marketing/marketing-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Airtable from 'airtable'
import { createWaka } from '../utils/waka'
import { getSession } from '../utils/auth'

// import createBackgroundJob from '../api/cron/create-background-job'
import createBackgroundJob from '../api/cron/create-background-job'

const highSeasPeopleTable = () => {
const highSeasBaseId = process.env.BASE_ID
Expand Down

0 comments on commit 1bea86a

Please sign in to comment.