Skip to content

Commit d813d26

Browse files
committed
copilot sux
1 parent 968eb14 commit d813d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/mongo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var m sync.Mutex
2525

2626
func validate(s string) bool {
2727

28-
return !strings.ContainsAny(s, "${}()")
28+
return !strings.ContainsAny(s, "${}()\"")
2929

3030
}
3131

0 commit comments

Comments
 (0)