fix: always send areThereAvailablePromoCodes

This field is not covered by the version of the `user_config` table.
This commit is contained in:
André Sá 2022-07-04 18:14:43 +01:00 committed by André Sá
parent 2ec09de962
commit 6ab5dbbd7d
2 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,6 @@ type Terms {
type StaticConfig {
configVersion: Int!
areThereAvailablePromoCodes: Boolean!
coins: [Coin!]!
enablePaperWalletOnly: Boolean!
hasLightning: Boolean!
@ -137,6 +136,7 @@ type Cassettes {
}
type DynamicConfig {
areThereAvailablePromoCodes: Boolean!
cassettes: Cassettes
coins: [DynamicCoinValues!]!
reboot: Boolean!