Skip to content

Commit

Permalink
fix merge conflicts, again
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalzate committed Aug 1, 2024
2 parents 40fe972 + c8f0957 commit 2944ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/events.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { and, eq, getTableColumns, gte, lte, or, sql } from 'drizzle-orm';
import { NodePgDatabase } from 'drizzle-orm/node-postgres';
import type { Request, Response } from 'express';
import * as schema from '../db/schema';
import { NodePgDatabase } from 'drizzle-orm/node-postgres';
import { logger } from '../utils/logger';

export function getEventCyclesHandler(dbPool: NodePgDatabase<typeof schema>) {
Expand Down

0 comments on commit 2944ff2

Please sign in to comment.