Skip to content

Commit

Permalink
added sleep to ving index
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Mar 14, 2024
1 parent b045252 commit db538bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ving/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { log } from '#ving/log.mjs';
import { sendMail } from '#ving/email/send.mjs';
import { addJob } from '#ving/jobs/queue.mjs';
import { ouch } from '#ving/utils/ouch.mjs';
import { sleep } from '#ving/utils/sleep.mjs';
import { findObject } from '#ving/utils/findObject.mjs';
import { useKind } from '#ving/record/utils.mjs'
import { useDB } from '#ving/drizzle/db.mjs'
Expand All @@ -26,6 +27,7 @@ export default {
useCache,
log,
sendMail,
sleep,
addJob,
findObject,
ouch,
Expand Down

0 comments on commit db538bd

Please sign in to comment.