Skip to content

Commit

Permalink
Break during init
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle committed Jun 24, 2024
1 parent 45dc480 commit 856f91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teams-directory/assets/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default ({ tenantid = '', clientid = '', group = '', skipusers = [], show
this.initerror = true;

this.notice('error', 'Error during init', error);

return;
}
try {
// do update
Expand Down

0 comments on commit 856f91d

Please sign in to comment.