Skip to content

Commit

Permalink
Merge pull request #164 from sliit-foss/feature/mongoose-audit
Browse files Browse the repository at this point in the history
Fix(mongoose-audit): audit type defintion
  • Loading branch information
Akalanka47000 authored Mar 10, 2024
2 parents 8c41104 + f6fade4 commit 6929004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mongoose-audit/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import mongoose from "mongoose";

type auditType = "add" | "edit" | "delete";
type auditType = "Add" | "Edit" | "Delete";

interface Audit {
entity_id: any;
Expand Down

0 comments on commit 6929004

Please sign in to comment.