diff options
Diffstat (limited to 'api/graphql/connections/gen_lazy_identity.go')
-rw-r--r-- | api/graphql/connections/gen_lazy_identity.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/graphql/connections/gen_lazy_identity.go b/api/graphql/connections/gen_lazy_identity.go index 64ce5f4bb..acb1d0486 100644 --- a/api/graphql/connections/gen_lazy_identity.go +++ b/api/graphql/connections/gen_lazy_identity.go @@ -7,8 +7,8 @@ package connections import ( "fmt" - "github.com/MichaelMure/git-bug/api/graphql/models" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/api/graphql/models" + "github.com/git-bug/git-bug/entity" ) // LazyIdentityEdgeMaker define a function that take a entity.Id and an offset and |