Skip to content

@sourceloop/scheduler-service / Exports / AuditLogRepository

Class: AuditLogRepository

Audit Log Repository for @sourceloop/audit-log.

Remarks

This will only be used, if the audit log flag is set in the environment variable. (More details provided in README.md)

Hierarchy

Table of contents

Constructors

Constructors

constructor

new AuditLogRepository(dataSource)

Parameters

Name Type
dataSource DataSource

Overrides

DefaultCrudRepository< ConditionalAuditLog, typeof ConditionalAuditLog.prototype.id \>.constructor

Defined in

services/scheduler-service/src/repositories/audit.repository.ts:16