Skip to content

Commit

Permalink
chore(docs): update the readme file (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaqilniz authored Oct 9, 2024
1 parent 912105c commit a8db7bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ import {Group, GroupRelations} from '../models';
import {PgdbDataSource} from '../datasources';
import {inject, Getter, Constructor} from '@loopback/core';
import {AuthenticationBindings, IAuthUser} from 'loopback4-authentication';
import {AuditRepositoryMixin} from '@sourceloop/audit-log';
import {AuditLogRepository} from './audit-log.repository';
import {AuditRepositoryMixin, AuditLogRepository} from '@sourceloop/audit-log';

const groupAuditOpts: IAuditMixinOptions = {
actionKey: 'Group_Logs',
Expand Down

0 comments on commit a8db7bf

Please sign in to comment.