This commit is contained in:
Scott Beddall 2024-01-25 21:17:36 +00:00
Родитель b621ecb309
Коммит 563b68ae6f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@ export default class Mocker {
let mockedValue = randomString(length);
if ("pattern" in paramSpec) {
return `Replace this value with a string matching RegExp ${paramSpec.pattern}`
return `Replace this value with a string matching RegExp ${paramSpec.pattern}`;
}
if (paramSpec.format === "uri") {