Skip to content

Commit

Permalink
Fix(mongoose-audit): audit type export
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Mar 10, 2024
1 parent f6fade4 commit a75e386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/mongoose-audit/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { default as plugin } from "./plugin";
import { default as Audit } from "./model";
import { AuditType } from "./constants";

export { plugin, Audit, AuditType as auditType };
export { plugin, Audit, AuditType };

export default {
plugin,
Audit,
auditType: AuditType
AuditType
};

0 comments on commit a75e386

Please sign in to comment.