Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2f3633c

Browse files
committed
fix extra space causing problem
1 parent 8afab2b commit 2f3633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/rounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ exports.getRounds = {
434434
description: "Get Rounds",
435435
inputs: {
436436
required: [],
437-
optional: ["pageSize", "pageIndex", "sortColumn", "sortOrder", "name"].concat(FILTER_COLUMNS).concat(TIME_FILT ER_COLUMNS)
437+
optional: ["pageSize", "pageIndex", "sortColumn", "sortOrder", "name"].concat(FILTER_COLUMNS).concat(TIME_FILTER_COLUMNS)
438438
},
439439
blockedConnectionTypes: [],
440440
outputExample: {},

0 commit comments

Comments
 (0)