fix: always send areThereAvailablePromoCodes
This field is not covered by the version of the `user_config` table.
This commit is contained in:
parent
2ec09de962
commit
6ab5dbbd7d
2 changed files with 4 additions and 4 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue