Skip to content

fix: remove the export defaults #789

fix: remove the export defaults

fix: remove the export defaults #789

Triggered via push October 25, 2023 13:11
Status Failure
Total duration 1m 48s
Artifacts

integrate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
ci_to_main: bot/start.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: bot/validations.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: ln/connect.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: ln/hold_invoice.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: ln/info.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: ln/subscribe_invoice.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main: util/index.ts#L1
Module '"/home/runner/work/bot/bot/logger"' has no default export. Did you mean to use 'import { logger } from "/home/runner/work/bot/bot/logger"' instead?
ci_to_main
Process completed with exit code 2.
ci_to_main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/