This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
HYP-13: a clean version of matchmaker-api. #1
Annotations
11 errors
|
src/controllers/v1/attachment/index.ts#L98
Type 'void' is not assignable to type 'Attachment[]'.
|
src/controllers/v1/attachment/index.ts#L98
Argument of type '{ updatedSince?: Date | undefined; }' is not assignable to parameter of type 'Record<string, string>'.
|
src/controllers/v1/attachment/index.ts#L116
Type 'void' must have a '[Symbol.iterator]()' method that returns an iterator.
|
src/controllers/v1/attachment/index.ts#L119
Type 'number' is not assignable to type 'string'.
|
src/controllers/v1/attachment/index.ts#L139
Type 'void' must have a '[Symbol.iterator]()' method that returns an iterator.
|
src/controllers/v1/attachment/index.ts#L148
Type 'number' is not assignable to type 'string'.
|
src/controllers/v1/transaction/index.ts#L44
Type 'void' is not assignable to type 'TransactionResponse[]'.
|
src/controllers/v1/transaction/index.ts#L44
Argument of type '{ state?: TransactionState | undefined; apiType?: TransactionApiType | undefined; updatedSince?: Date | undefined; }' is not assignable to parameter of type 'Record<string, string>'.
|
src/controllers/v1/transaction/index.ts#L54
Type 'void' must have a '[Symbol.iterator]()' method that returns an iterator.
|
src/lib/indexer/eventProcessor.ts#L4
'"../db"' has no exported member named 'Transaction'. Did you mean 'TransactionRow'?
|
The logs for this run have expired and are no longer available.
Loading