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.
1 parent 2c6ce50 commit 4998a31Copy full SHA for 4998a31
1 file changed
apps/webapp/app/presenters/v3/LogsListPresenter.server.ts
@@ -29,8 +29,8 @@ type ErrorAttributes = {
29
30
function escapeClickHouseString(val: string): string {
31
return val
32
- .replace(/\//g, "\\/")
33
.replace(/\\/g, "\\\\")
+ .replace(/\//g, "\\/")
34
.replace(/%/g, "\\%")
35
.replace(/_/g, "\\_");
36
}
0 commit comments