Skip to content

Commit 80d4cd6

Browse files
Do not check for accounts consistency for now since we don't expose it in the feed.
1 parent c4fec36 commit 80d4cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contest-api/check-api.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ $ENDPOINT"
327327
fi
328328

329329
if [ -n "$CHECK_CONSISTENCY" ]; then
330+
ENDPOINTS_CHECK_CONSISTENT="${ENDPOINTS_CHECK_CONSISTENT/accounts/}"
330331
# shellcheck disable=SC2086
331332
eval ${EXTRAPROP:-STRICT=1} "$MYDIR"/check-api-consistency.php "$TMP/$CONTEST" $ENDPOINTS_CHECK_CONSISTENT
332333
EXIT=$?

0 commit comments

Comments
 (0)