Skip to content

Commit

Permalink
Merge branch 'local-imports' of github.com:authzed/spicedb into local…
Browse files Browse the repository at this point in the history
…-imports
  • Loading branch information
tstirrat15 committed Oct 28, 2024
2 parents fd776e1 + 3f836fd commit 31b30f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/composableschemadsl/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ func (p *sourceParser) tryConsumeArrowExpression() (AstNode, bool) {
return nil, false
}

// TODO: is this the time to do this?
// TODO(jschorr): Change to keywords in schema v2.
if functionName != "any" && functionName != "all" {
p.emitErrorf("Expected 'any' or 'all' for arrow function, found: %s", functionName)
Expand Down

0 comments on commit 31b30f7

Please sign in to comment.