Skip to content

Commit 161e9ef

Browse files
authored
[HotFix] linter fix
1 parent 94af9c9 commit 161e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/sentioQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ export class SentioQuery extends Fetch {
435435
search = "",
436436
startTime,
437437
endTime,
438-
minimumTradingVolume
438+
minimumTradingVolume,
439439
}: GetCompetitionParams): Promise<GetSentioResponse<GetCompetitionResponse>> {
440440
const offset = page * limit;
441441
const sqlQuery: sqlQueryParams = {

0 commit comments

Comments
 (0)