Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
JUSTFUN0368 committed Dec 5, 2023
1 parent a3635df commit 058840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monday/query_joins.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_item_query(board_id, column_id, value, limit):
}
}
}
}''' % (board_id, column_id, limit, value)
}''' % (board_id, column_id, value, limit)

return query

Expand Down

0 comments on commit 058840c

Please sign in to comment.