Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 85c5a93

Browse files
committed
Bumps globaloffensive from 3.1.0 to 3.2.0
1 parent af45e6d commit 85c5a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/postgres.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class Postgres {
312312
for (let c = 0; c < itemCount; c++) {
313313
values.push(`($${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}, $${i++}::jsonb, now(), $${i++}, NULL, $${i++}, $${i++}::jsonb)`);
314314
}
315-
``
315+
316316
return `INSERT INTO items (ms, a, d, paintseed, paintwear, defindex, paintindex, stattrak, souvenir, props, stickers, updated, rarity, floatid, price, keychains)
317317
VALUES ${values.join(', ')} ON CONFLICT(defindex, paintindex, paintwear, paintseed) DO UPDATE SET ms=excluded.ms, a=excluded.a, d=excluded.d, stickers=excluded.stickers, updated=now(), keychains=excluded.keychains`;
318318
}

0 commit comments

Comments
 (0)