decentraland / decentraland/builder-server

Upserted items are not bridged

Open
#405 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
20
Forks
17
Avg merge
5d 8h
Merged PRs (30d)
3

Description

When inserting or updating an item, the item is returned, but this item is not bridged, meaning that if the item was published and it's being updated some of the properties returned by the server are wrong.
The following properties:
```
in_catalyst: false,
is_approved: false,
is_published: false,
total_supply: 0,
```
are always set as fixed values, but that's not true if an items is being updated after being published.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.