chore: biome

This commit is contained in:
Mauricio Siu
2024-10-07 01:05:47 -06:00
parent 2b0e009f6a
commit ab5871add7
5 changed files with 7 additions and 7 deletions

View File

@@ -9,11 +9,11 @@ import {
runPostgresBackup,
} from "@dokploy/server";
import { db } from "@dokploy/server/dist/db";
import { backups, server } from "@dokploy/server/dist/db/schema";
import { eq } from "drizzle-orm";
import { logger } from "./logger";
import type { QueueJob } from "./schema";
import { scheduleJob } from "./queue";
import { backups, server } from "@dokploy/server/dist/db/schema";
import type { QueueJob } from "./schema";
export const runJobs = async (job: QueueJob) => {
try {