We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019afd6 commit 89882a2Copy full SHA for 89882a2
templates/cli/lib/type-generation/languages/csharp.js.twig
@@ -54,11 +54,7 @@ using System;
54
using System.Collections.Generic;
55
using System.Linq;
56
using System.Text.Json.Serialization;
57
-<% for (const attribute of collection.attributes) { -%>
58
-<% if (attribute.type === 'relationship') { -%>
59
-using Appwrite.Models;
60
-<% } -%>
61
-<% } %>
+
62
namespace Appwrite.Models
63
{
64
<% for (const attribute of collection.attributes) { -%>
0 commit comments