Skip to content

Commit b06c809

Browse files
tanshanshanaltaywtf
authored andcommitted
chore(config): unexport BotLoopProtectionSchema (P3 clawsweeper)
1 parent 96cac26 commit b06c809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/zod-schema.providers-core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const SlackCapabilitiesSchema = z.union([
125125
})
126126
.strict(),
127127
]);
128-
export const BotLoopProtectionSchema = z
128+
const BotLoopProtectionSchema = z
129129
.object({
130130
enabled: z.boolean().optional(),
131131
maxEventsPerWindow: z.number().int().positive().optional(),

0 commit comments

Comments
 (0)