We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c8b2f commit 34b10dbCopy full SHA for 34b10db
app/src/main/java/to/bitkit/services/LspNotificationsService.kt
@@ -52,7 +52,7 @@ class LspNotificationsService @Inject constructor(
52
isoTimestamp = "$timestamp",
53
signature = signature,
54
customUrl = Env.blocktankNotificationApiUrl,
55
- isProduction = null,
+ isProduction = !Env.isDebug,
56
)
57
}
58
0 commit comments