!feat(backup): support multiplatform backup POC [WPB-10575] #5308
Annotations
5 errors and 10 warnings
Test:
src/script/backup/BackupRepository.ts#L65
'"./TableData.schema"' has no exported member named 'ConversationTablesSchema'. Did you mean 'ConversationTableSchema'?
|
Test:
src/script/backup/BackupRepository.ts#L65
'ConversationTablesSchema' is declared but its value is never read.
|
Test:
src/script/backup/BackupRepository.ts#L67
'"./TableData.schema"' has no exported member named 'UsersTablesSchema'. Did you mean 'UserTableSchema'?
|
Test:
src/script/backup/BackupRepository.ts#L67
'UsersTablesSchema' is declared but its value is never read.
|
Test
Process completed with exit code 2.
|
Lint:
server/config/client.config.ts#L77
No magic number: 4
|
Lint:
server/config/client.config.ts#L80
No magic number: 500
|
Lint:
server/config/client.config.ts#L81
No magic number: 4
|
Lint:
server/config/client.config.ts#L82
No magic number: 8
|
Lint:
server/config/index.ts#L32
Caution: `dotenv` also has a named export `load`. Check if you meant to write `import {load} from 'dotenv-extended'` instead
|
Lint:
server/config/server.config.ts#L122
No magic number: 21080
|
Lint:
server/routes/RedirectRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|
Lint:
server/routes/Root.ts#L29
Caution: `maxmind` also has a named export `open`. Check if you meant to write `import {open} from 'maxmind'` instead
|
Lint:
server/routes/Root.ts#L29
Caution: `geolite2` also has a named export `paths`. Check if you meant to write `import {paths} from 'geolite2'` instead
|
Lint:
server/routes/error/ErrorRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|
Loading