Skip to content

Commit

Permalink
Merge pull request #672 from appwrite/lohanidamodar-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Jun 21, 2023
2 parents 8045b1f + aa9ca3a commit 238f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dart/lib/src/client_io.dart.twig
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ClientIO extends ClientBase with ClientMixin {
'x-sdk-platform': '{{ sdk.platform }}',
'x-sdk-language': '{{ language.name | caseLower }}',
'x-sdk-version': '{{ sdk.version }}',
'user-agent' : '{{spec.title | caseUcfirst}}{{ language.name | caseUcfirst }}SDK/{{ sdk.version }} ({{Platform.operatingSystem}}; {{Platform.operatingSystemVersion}})',
'user-agent' : '{{spec.title | caseUcfirst}}{{ language.name | caseUcfirst }}SDK/{{ sdk.version }} (${Platform.operatingSystem}; ${Platform.operatingSystemVersion})',
{% for key,header in spec.global.defaultHeaders %}
'{{key}}' : '{{header}}',
{% endfor %}
Expand Down

0 comments on commit 238f420

Please sign in to comment.