mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
style: 🚨 Run Biome
This commit is contained in:
parent
3484b1e1a1
commit
0e9db83279
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { htmlToText } from "@/content_types.ts";
|
||||
import { Note, PushSubscription, Token, User } from "@versia/kit/db";
|
||||
import { Worker } from "bullmq";
|
||||
import { sendNotification } from "web-push";
|
||||
|
|
@ -8,7 +9,6 @@ import {
|
|||
type PushJobType,
|
||||
pushQueue,
|
||||
} from "../queues/push.ts";
|
||||
import { htmlToText } from "@/content_types.ts";
|
||||
|
||||
export const getPushWorker = (): Worker<PushJobData, void, PushJobType> =>
|
||||
new Worker<PushJobData, void, PushJobType>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue