Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Lu-none committed Apr 28, 2024
1 parent be5f462 commit 6a0cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/connector/score_connector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ScoreConnector {
final value = node.attributes['value'];
oauthData[name] = value;
}

final jumpParameter = ConnectorParameter("${NTUTConnector.host}$ssoIndexJumpUrl");
jumpParameter.data = oauthData;

Expand Down

0 comments on commit 6a0cd13

Please sign in to comment.