Skip to content

Commit a8db7bf

Browse files
authored
chore(docs): update the readme file (#132)
1 parent 912105c commit a8db7bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ import {Group, GroupRelations} from '../models';
187187
import {PgdbDataSource} from '../datasources';
188188
import {inject, Getter, Constructor} from '@loopback/core';
189189
import {AuthenticationBindings, IAuthUser} from 'loopback4-authentication';
190-
import {AuditRepositoryMixin} from '@sourceloop/audit-log';
191-
import {AuditLogRepository} from './audit-log.repository';
190+
import {AuditRepositoryMixin, AuditLogRepository} from '@sourceloop/audit-log';
192191

193192
const groupAuditOpts: IAuditMixinOptions = {
194193
actionKey: 'Group_Logs',

0 commit comments

Comments
 (0)