Skip to content

Commit

Permalink
fix: add screen options missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
josepfo authored and RafaelTaranto committed Nov 29, 2024
1 parent 89e98fb commit cd4355e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/graphql/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
_.pick([
'coins',
'configVersion',
'timezone'
'timezone',
'screenOptions'
]),
_.update('coins', massageCoins),
_.set('serverVersion', VERSION),
Expand Down

0 comments on commit cd4355e

Please sign in to comment.