Skip to content

Commit

Permalink
remove debugger;
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Aug 21, 2024
1 parent 3af6f18 commit f1f3624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ export default {
case 'javascript:redirectToTask':
if (data?.params[0]?.tokenId) {
this.loadingTask = true;
debugger;
this.loadTask(data.params[0].tokenId);
this.taskId = data.params[0].tokenId;
this.reload();
Expand Down

0 comments on commit f1f3624

Please sign in to comment.