Skip to content

Commit 78dbbf7

Browse files
fix(error-msg): mattia is not cooked
1 parent 802ae65 commit 78dbbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wp-blocks/mcld-services/src/mcld-services

wp-blocks/mcld-services/src/mcld-services/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Edit({ attributes, setAttributes }) {
2929
.then(async (r) => {
3030
const data = await r.json().catch(() => null);
3131
if (!r.ok || !Array.isArray(data)) {
32-
throw new Error('mattia is cooked');
32+
throw new Error('Error');
3333
}
3434
return data;
3535
})

0 commit comments

Comments
 (0)