Skip to content

Commit

Permalink
gotta call minwait
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 9, 2024
1 parent bfdc54a commit 4a283df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labelEmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const waitTime =

export default async function labelEmitter() {
do {
const minWait = async () => await wait(waitTime)
const minWait = (async () => await wait(waitTime))()
const events = await db.query.label_actions.findMany({
where: lte(
schema.label_actions.unixtimescheduled,
Expand Down

0 comments on commit 4a283df

Please sign in to comment.