source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Stories cannot be unpinned #83

Closed RichDom2185 closed 11 months ago

RichDom2185 commented 11 months ago

After setting the pinOrder param to some number (not null), the story would then be pinned. However, when setting it back to null, the records are not updated to null.

Apparently, this is because GORM ignores fields that are set to nil by default.