aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/operations.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/resolvers/operations.go')
-rw-r--r--graphql/resolvers/operations.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql/resolvers/operations.go b/graphql/resolvers/operations.go
index 086bc249..a0058a42 100644
--- a/graphql/resolvers/operations.go
+++ b/graphql/resolvers/operations.go
@@ -3,10 +3,11 @@ package resolvers
import (
"context"
"fmt"
+ "time"
+
"github.com/MichaelMure/git-bug/bug"
"github.com/MichaelMure/git-bug/bug/operations"
"github.com/MichaelMure/git-bug/graphql/models"
- "time"
)
type addCommentOperationResolver struct{}