diff options
Diffstat (limited to 'api/graphql/connections/edges.go')
-rw-r--r-- | api/graphql/connections/edges.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/edges.go b/api/graphql/connections/edges.go index 4e37fcd9..bb8f04ec 100644 --- a/api/graphql/connections/edges.go +++ b/api/graphql/connections/edges.go @@ -1,6 +1,6 @@ package connections -import "github.com/MichaelMure/git-bug/entity" +import "github.com/git-bug/git-bug/entity" // LazyBugEdge is a special relay edge used to implement a lazy loading connection type LazyBugEdge struct { |