feat: add listMergedMentions
#678
Annotations
8 errors and 2 warnings
lint:
src/api/notifications.ts#L42
'T' is defined but never used
|
lint:
src/api/notifications.ts#L48
'result' is never reassigned. Use 'const' instead
|
lint:
src/api/notifications.ts#L49
'notifications' is never reassigned. Use 'const' instead
|
lint:
src/types/entity/notification.ts#L4
'./post' import is duplicated
|
lint:
src/types/entity/notification.ts#L4
`./post` import should occur before type import of `../../utils`
|
lint:
src/types/entity/notification.ts#L4
All imports in the declaration are only used as types. Use `import type`
|
lint:
tests/api/notifications.test.ts#L14
'testMergedCommentId' is never reassigned. Use 'const' instead
|
lint
Process completed with exit code 1.
|
lint:
tests/jike-client/notification.test.ts#L12
Unexpected console statement
|
lint:
tests/jike-client/notification.test.ts#L23
Unexpected console statement
|