diff options
Diffstat (limited to 'graphql/resolvers/operations.go')
-rw-r--r-- | graphql/resolvers/operations.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/resolvers/operations.go b/graphql/resolvers/operations.go index 7fb3f3e2..086bc249 100644 --- a/graphql/resolvers/operations.go +++ b/graphql/resolvers/operations.go @@ -5,8 +5,8 @@ import ( "fmt" "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" - "time" "github.com/MichaelMure/git-bug/graphql/models" + "time" ) type addCommentOperationResolver struct{} |