diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/graphql/gen_graphql.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/gen_graphql.go b/api/graphql/gen_graphql.go index 47f2c458..19c5f1e3 100644 --- a/api/graphql/gen_graphql.go +++ b/api/graphql/gen_graphql.go @@ -1,4 +1,4 @@ -// +build ignore +//go:build ignore package main |