Extract invitation move/delete logic to after the user enrollment is already finished #103
Annotations
4 errors and 8 warnings
Lint:
functions/src/services/user/databaseUserService.ts#L207
Unnecessary conditional, the types have no overlap
|
Lint:
functions/src/services/user/databaseUserService.ts#L209
Unnecessary conditional, the types have no overlap
|
Lint:
functions/src/services/user/userService.mock.ts#L88
Returning an awaited promise is not allowed in this context
|
Lint
Process completed with exit code 1.
|
Lint:
functions/src/functions/onUserWritten.ts#L12
`../services/database/databaseConverter.js` import should occur before import of `../services/factory/getServiceFactory.js`
|
Lint:
functions/src/functions/onUserWritten.ts#L13
`@stanfordbdhg/engagehf-models` import should occur before import of `firebase-functions`
|
Lint:
functions/src/functions/onUserWritten.ts#L13
Imports "User" are only used as type
|
Lint:
functions/src/functions/onUserWritten.ts#L14
`../services/database/databaseService.js` import should occur before import of `../services/factory/getServiceFactory.js`
|
Lint:
functions/src/functions/onUserWritten.ts#L14
All imports in the declaration are only used as types. Use `import type`
|
Lint:
functions/src/services/user/databaseUserService.ts#L25
`firebase-functions/v1/auth` import should occur before import of `firebase-functions/v2`
|
Lint:
functions/src/services/user/databaseUserService.ts#L25
All imports in the declaration are only used as types. Use `import type`
|
Lint:
functions/src/services/user/databaseUserService.ts#L26
`timers/promises` import should occur before import of `@stanfordbdhg/engagehf-models`
|
Loading