Skip to content

Commit 067f320

Browse files
authored
Fix: remove unused fragmentPath variable (dosco#441)
1 parent 0c4461a commit 067f320

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/internal/allow/allow.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ type FS interface {
2222
var ErrUnknownGraphQLQuery = errors.New("unknown graphql query")
2323

2424
const (
25-
queryPath = "/queries"
26-
fragmentPath = "/fragments"
25+
queryPath = "/queries"
2726
)
2827

2928
type Item struct {

0 commit comments

Comments
 (0)