Skip to content

Commit edb47c6

Browse files
committed
minor refacotr
1 parent 31e1588 commit edb47c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/schemaValidation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ const ConfigSchema = {
181181
type: "string",
182182
errorMessage: "Invalid config; tunnelName must be string"
183183
},
184+
userAgent: {
185+
type: "string",
186+
errorMessage: "User Agent value must be a valid string"
187+
},
184188
},
185189
anyOf: [
186190
{ required: ["web"] },

0 commit comments

Comments
 (0)