Skip to content

Commit

Permalink
fix(logs): fix loki addLogs engine method with koa ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 authored and Nicolas Burger committed Sep 27, 2022
1 parent 7872811 commit 94ac8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/controllers/logController.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const addLogs = async (ctx) => {
})
})
}
ctx.ok()
}

module.exports = { getLogs, addLogs }

0 comments on commit 94ac8c3

Please sign in to comment.