Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 5cc1f2c

Browse files
authored
Merge pull request #102 from SpringRoll/bugfix/embed-page
Bugfix/embed page
2 parents 162ff07 + 77ad755 commit 5cc1f2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/public/js/embed.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/embed/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const start = () => {
172172
query: queryArgs.length ? '?' + queryArgs.join('&') : ''
173173
})
174174
.catch(err => {
175-
err.json().then(({ error }) => alert(error));
175+
alert(err.message);
176176
})
177177
};
178178

0 commit comments

Comments
 (0)