Skip to content

Commit

Permalink
add delete-events
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynagpaul committed Sep 13, 2024
1 parent e9a67d1 commit cab0696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deletion-policy/delete-events.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import mongoose from "mongoose";
import { Project, BaseEvent, CustomEvent } from "bog-analytics";
import { ProjectModel, BaseEventModel, CustomEventModel } from "./models";

const MONGODB_URI = process.env.DATABASE_URL || "mongodb://localhost:27017";
Expand Down

0 comments on commit cab0696

Please sign in to comment.