We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm looking at changing
With Class hydra:Collection { Expect Operation schema:AddAction { Invoke {
to
With Class hydra:Collection { Expect Operation schema:AddAction } With Operation schema:AddAction { Invoke {
and noticed this leads to a duplicate 'found operation' message being logged:
2020-01-21T09:01:44.521Z INFO -- Found operation 'Add an article' 2020-01-21T09:01:44.521Z INFO -- Found operation 'Add an article'
The text was updated successfully, but these errors were encountered:
Ah, so that's when it happens 😅
I was mildly annoying me too. Harmless and may be tricky to fix.
Sorry, something went wrong.
No branches or pull requests
I'm looking at changing
to
and noticed this leads to a duplicate 'found operation' message being logged:
The text was updated successfully, but these errors were encountered: