Skip to content

Commit

Permalink
Revert immutable auth (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Hillers authored Jun 26, 2023
1 parent 5d880ca commit 256ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/common/github.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class GitHub {
static const versionHeader = 'X-GitHub-Api-Version';

/// Authentication Information
final Authentication auth;
Authentication auth;

/// API Endpoint
final String endpoint;
Expand Down

0 comments on commit 256ef34

Please sign in to comment.