fix(core): StarGift#isUnique
All checks were successful
Tests / test-node (node20) (push) Successful in 1m41s
Tests / test-node (node18) (push) Successful in 1m47s
Tests / test-node (node22) (push) Successful in 1m45s
Tests / test-deno (push) Successful in 1m43s
Tests / test-bun (push) Successful in 1m55s
Docs / build (push) Successful in 5m44s
Tests / lint (push) Successful in 6m14s
Tests / test-web (chromium) (push) Successful in 56s
Tests / test-web (firefox) (push) Successful in 1m11s
Tests / e2e (push) Successful in 51s
Tests / e2e-deno (push) Successful in 59s

This commit is contained in:
alina 🌸 2025-01-02 18:01:41 +03:00
parent 51b392696a
commit b3790f14db
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -34,7 +34,7 @@ export class StarGift {
} }
/** Whether this gift is a unique gift */ /** Whether this gift is a unique gift */
readonly isUnique = true as const readonly isUnique = false as const
/** Additional information for sold-out gifts */ /** Additional information for sold-out gifts */
get soldOutInfo(): { get soldOutInfo(): {