Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cf9a05855f |
|||
|
aa5e9e5be0 |
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,4 +5,5 @@ fes_boss.yaml
|
|||
node_modules
|
||||
build
|
||||
splatnet_backend.egg-info
|
||||
venv/*
|
||||
venv/*
|
||||
.venv/*
|
||||
|
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
|
||||
if (parseInt(data.SessionID) > MAX_INT32) sanitizedData.SessionID = 0;
|
||||
|
||||
const result = await SplatfestResult.create(sanitizedData);
|
||||
const result = await SplatfestResult.create(sanitizedData, { ordering: false, ignoreDuplicates: false });
|
||||
|
||||
await Equipment.upsert({
|
||||
PId: sanitizedData.PId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue