Skip to content

Commit

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

0 comments on commit 0223c6b

Please sign in to comment.