Skip to content

feat: updated database connection for use with CouchDB #163

feat: updated database connection for use with CouchDB

feat: updated database connection for use with CouchDB #163

Triggered via pull request November 29, 2024 16:34
@birmebirme
synchronize #104
feat/couchdb
Status Failure
Total duration 24s
Artifacts

typescript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ts: src/db_manager.ts#L15
Cannot find name 'client'.
ts: src/db_manager.ts#L33
'nanoDb' is possibly 'null'.
ts: src/db_manager.ts#L33
Property 'get' does not exist on type 'ServerScope'.
ts: src/db_manager.ts#L39
'nanoDb' is possibly 'null'.
ts: src/db_manager.ts#L39
Property 'insert' does not exist on type 'ServerScope'.
ts: src/db_manager.ts#L46
'mongoClient' is possibly 'null'.
ts: src/db_manager.ts#L50
'mongoClient' is possibly 'null'.
ts: src/db_manager.ts#L65
'nanoDb' is possibly 'null'.
ts: src/db_manager.ts#L65
Property 'list' does not exist on type 'ServerScope'.
ts: src/db_manager.ts#L71
Parameter 'row' implicitly has an 'any' type.