Skip to content

Commit e941df9

Browse files
committed
CCM-11602: GET Letters endpoint
1 parent 2fd858d commit e941df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datastore/src/letter-repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class LetterRepository {
141141
':supplierStatus': `${supplierId}#${status}`
142142
}
143143
}));
144-
this.log({
144+
this.log.info({
145145
description: 'items',
146146
result,
147147
})

0 commit comments

Comments
 (0)