Skip to content

Commit 34b10db

Browse files
committed
fix: isProduction flag
1 parent 50c8b2f commit 34b10db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/services/LspNotificationsService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class LspNotificationsService @Inject constructor(
5252
isoTimestamp = "$timestamp",
5353
signature = signature,
5454
customUrl = Env.blocktankNotificationApiUrl,
55-
isProduction = null,
55+
isProduction = !Env.isDebug,
5656
)
5757
}
5858

0 commit comments

Comments
 (0)