Skip to content

Commit 25b2d4f

Browse files
refactor : plugin index formatting
1 parent 928fbd6 commit 25b2d4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { handler as promptSecurityProtectResponse } from './promptsecurity/prote
4949
import { handler as panwPrismaAirsintercept } from './panw-prisma-airs/intercept';
5050
import { handler as defaultjwt } from './default/jwt';
5151
import { handler as defaultrequiredMetadataKeys } from './default/requiredMetadataKeys';
52-
import { handler as walledaiguardrails } from "./walledai/guardrails"
52+
import { handler as walledaiguardrails } from './walledai/guardrails';
5353

5454
export const plugins = {
5555
default: {
@@ -135,7 +135,7 @@ export const plugins = {
135135
'panw-prisma-airs': {
136136
intercept: panwPrismaAirsintercept,
137137
},
138-
"walledai": {
139-
"guardrails": walledaiguardrails
140-
}
141-
};
138+
walledai: {
139+
guardrails: walledaiguardrails,
140+
},
141+
};

0 commit comments

Comments
 (0)