diff options
Diffstat (limited to 'api/graphql/graph/root.generated.go')
-rw-r--r-- | api/graphql/graph/root.generated.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/graph/root.generated.go b/api/graphql/graph/root.generated.go index 61357c74..764a221d 100644 --- a/api/graphql/graph/root.generated.go +++ b/api/graphql/graph/root.generated.go @@ -10,7 +10,7 @@ import ( "github.com/99designs/gqlgen/graphql" "github.com/99designs/gqlgen/graphql/introspection" - "github.com/MichaelMure/git-bug/api/graphql/models" + "github.com/git-bug/git-bug/api/graphql/models" "github.com/vektah/gqlparser/v2/ast" ) |