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 ed27674 commit 3e12cc1Copy full SHA for 3e12cc1
src/server/router/validate-data.js
@@ -19,7 +19,7 @@ module.exports = (obj) => {
19
throw new Error(
20
`Data must be an object. Found ${
21
Array.isArray(obj) ? 'array' : typeof obj
22
- }
+ }.
23
'See https://github.com/typicode/json-server for example.`,
24
)
25
}
0 commit comments