Skip to content

Commit 616ce7e

Browse files
committed
Update Constants #2
- Remove `clientType`.
1 parent 61ad470 commit 616ce7e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/src/auth/auth_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ class AuthManager {
443443
body: jsonEncode({
444444
'token': config.authToken,
445445
'slug': config.slug,
446-
'clientType': clientType,
446+
'clientType': config.clientType,
447447
}),
448448
);
449449

lib/src/constants.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const String clientType = String.fromEnvironment('client_type');
2-
31
/// The unique identifier for the Codelessly Firebase app instance.
42
const String kCodelesslyFirebaseApp = 'codelessly';
53

0 commit comments

Comments
 (0)