Skip to content

Commit

Permalink
AG-1640: fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan committed Jan 31, 2025
1 parent 27547a5 commit ead7cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ls -al $TEAM_IMAGES_DIR
DATAVERSION_PATH="${DATA_DIR}/dataversion.json"
if [ ! -f "${DATAVERSION_PATH}" ]; then
DATAVERSION_PATH="${WORKING_DIR}/data-manifest.json"
fi
fi

# Import synapse data to database
# Not using --mode upsert for now because we don't have unique indexes properly set for the collections
Expand Down

0 comments on commit ead7cef

Please sign in to comment.