Skip to content

Commit 256ef34

Browse files
author
Casey Hillers
authored
Revert immutable auth (#378)
1 parent 5d880ca commit 256ef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/common/github.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class GitHub {
3333
static const versionHeader = 'X-GitHub-Api-Version';
3434

3535
/// Authentication Information
36-
final Authentication auth;
36+
Authentication auth;
3737

3838
/// API Endpoint
3939
final String endpoint;

0 commit comments

Comments
 (0)