We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add integration tests for api/v1/log endpoint
zorko-platform/apps/web-portal/lib/use-cases/log/LogSave.mjs
Line 3 in c642264
// 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 {} } } ew file mode 100644 ndex 0000000..fd18d28 ++ b/apps/web-portal/lib/use-cases/log/index.mjs
77dd3b99e94463e5562acf92b064de1e8d140bf3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add integration tests for api/v1/log endpoint
zorko-platform/apps/web-portal/lib/use-cases/log/LogSave.mjs
Line 3 in c642264
77dd3b99e94463e5562acf92b064de1e8d140bf3
The text was updated successfully, but these errors were encountered: