Skip to content

Commit

Permalink
#1407 | Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed May 21, 2024
1 parent 944d37b commit b8551e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class CustomDashboardService extends BaseService {
default:
return this.getDashboardsBasedOnPrivilege();
}
return [];
}

getOnePrimaryDashboard() {
Expand Down

0 comments on commit b8551e8

Please sign in to comment.