Skip to content

Commit

Permalink
Update sandbox.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yisar authored Nov 11, 2020
1 parent 8acf33b commit e8e3e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function run(code: string, options: any = {}): any {

export function observeDoucument(host: any): void {
new MutationObserver((mutations) => {
mutations.forEach(async (m: any) => {
mutations.forEach((m: any) => {
switch (m.type) {
case 'childList':
if (m.target !== host) {
Expand Down

1 comment on commit e8e3e09

@vercel
Copy link

@vercel vercel bot commented on e8e3e09 Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/berial/settings/billing

Please sign in to comment.