Skip to content

Commit

Permalink
add error message on realtime match update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Jan 19, 2024
1 parent a1a967e commit 164bc0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/matches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export class Matches implements Writable<Matches> {
that.matches = matches;
return that;
});
} else {
console.error('Failed to find match to update.');
}
}

Expand Down

1 comment on commit 164bc0e

@vercel
Copy link

@vercel vercel bot commented on 164bc0e Jan 19, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

volleyman – ./

volleyman-craigkai.vercel.app
volleyman.vercel.app
volleyman-git-main-craigkai.vercel.app

Please sign in to comment.