Skip to content

Commit

Permalink
gh-200. Fix discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhbankov-rpp committed Feb 21, 2021
1 parent 90b63b2 commit 142cb28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web-portal/lib/use-cases/log/LogSave.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import {UseCase} from '@zorko-io/util-use-case'

// TODO: add integration tests for api/v1/log endpoint
export class LogSave extends UseCase {
// eslint-disable-next-line no-unused-vars
async run(logs) {
// TODO: wire with log 'pino' instance
console.log('logs ', logs)
return {}
}
Expand Down

0 comments on commit 142cb28

Please sign in to comment.