Skip to content

Commit

Permalink
Merge pull request #165 from sliit-foss/feature/mongoose-audit
Browse files Browse the repository at this point in the history
Fix(mongoose-audit): audit type export
  • Loading branch information
Akalanka47000 authored Mar 10, 2024
2 parents 69e7d8a + a75e386 commit 9ddba09
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 9ddba09

Please sign in to comment.