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
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:
parent
51b392696a
commit
b3790f14db
1 changed files with 1 additions and 1 deletions
|
@ -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(): {
|
||||||
|
|
Loading…
Reference in a new issue