Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Spelling checks
Browse files Browse the repository at this point in the history
  • Loading branch information
EyuaelB committed Sep 2, 2024
1 parent aff6198 commit 22a7b84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export class G2PSupersetDashboard extends Component {
});

const orm = this.env.services.orm;
this.getSupersertUrl(orm);
this.getSupersetUrl(orm);
}

async getSupersertUrl(orm) {
async getSupersetUrl(orm) {
const data = await orm.searchRead(
"ir.config_parameter",
[["key", "=", "g2p_superset_dashboard.superset_url"]],
Expand Down

0 comments on commit 22a7b84

Please sign in to comment.