Skip to content

Commit

Permalink
fix(item document): fix issue causing items no longer be properly mar…
Browse files Browse the repository at this point in the history
…ked as favorite
  • Loading branch information
stanavdb committed Nov 19, 2024
1 parent dbd39d7 commit 8403655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/documents/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ export class CosmereItem<
await this.update(
{
flags: {
SYSTEM_ID: {
[SYSTEM_ID]: {
favorites: {
isFavorite: true,
sort: index,
Expand Down

0 comments on commit 8403655

Please sign in to comment.