We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Error
1 parent c94abad commit f50538fCopy full SHA for f50538f
plugins/pangea/textGuard.ts
@@ -31,7 +31,7 @@ export const handler: PluginHandler = async (
31
const text = getText(context, eventType);
32
if (!text) {
33
return {
34
- error: Error(`request or response text is empty`),
+ error: 'request or response text is empty',
35
verdict: true,
36
data,
37
};
0 commit comments