Skip to content

Commit

Permalink
fix: too much recursion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andremury committed Aug 18, 2024
1 parent 1449f3d commit a8ebdcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default Component.extend({
async init() {
this._super(...arguments);
this.fetchProfile();
this._super(...arguments);
this.daoName = window.selectedDao;

const cli = new KarmaApiClient(this.daoName, "");
Expand Down

0 comments on commit a8ebdcc

Please sign in to comment.