Skip to content

Commit 65c708b

Browse files
Merge pull request #1070 from appwrite/fix-dotnot-build
fix: dotnet build error
2 parents bf3bf29 + dd6ef4b commit 65c708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dotnet/Package/Models/Model.cs.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace {{ spec.title | caseUcfirst }}.Models
7070
{%~ endif %}
7171
{%~ endfor %}
7272
{%- if definition.additionalProperties %}
73-
, data: map
73+
data: map
7474
{%- endif ~%}
7575
);
7676

0 commit comments

Comments
 (0)