an action with annotation web-export: raw
should be considered a web action in getActionUrl
#188
Labels
bug
Something isn't working
See:
aio-lib-runtime/src/utils.js
Line 1838 in b8b0b61
Expected
If I set the annotation
web-export
for an action toraw
, it is considered a web action urlActual
If I set the annotation
web-export
for an action toraw
, it is considered a non-web action urlFix
const webArg = action?.annotations?.['web-export'] || action?.web
The text was updated successfully, but these errors were encountered: