Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeyushPrashant committed Nov 6, 2023
1 parent 82455e2 commit e48b02d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const BASE_URL = ENV.BASE_API_URL;

export default class IndexController extends Controller {
@service toast;
@service featureFlag;
@tracked status = this.model;
@tracked isStatusUpdating = false;
@tracked showUserStateModal = false;
Expand Down

0 comments on commit e48b02d

Please sign in to comment.