Skip to content

Commit f31cc19

Browse files
committed
Update submodules
1 parent d4ef3f5 commit f31cc19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codegen/Templates/dart/api_client.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class ApiClient {
2222
{String? clientId,
2323
String? clientSecret,
2424
String? accessToken,
25-
tokenUrl: "https://api.aspose.cloud/connect/token",
26-
this.basePath: "https://api.aspose.cloud/v3.0"}) {
25+
tokenUrl = "https://api.aspose.cloud/connect/token",
26+
this.basePath = "https://api.aspose.cloud/v3.0"}) {
2727
_authentication = new OAuth(
2828
clientId: clientId,
2929
clientSecret: clientSecret,

0 commit comments

Comments
 (0)