Skip to content

Commit

Permalink
Remove TODO as its done
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss authored Apr 8, 2024
1 parent 01b4782 commit 6a2c487
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kiota_http/lib/src/kiota_client_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class KiotaClientFactory {
return retryCodes.contains(response.statusCode);
},
),
// TODO(ricardoboss): Get the version from the pubspec
userAgent: 'kiota_http/$packageVersion',
);
}
Expand Down

0 comments on commit 6a2c487

Please sign in to comment.