Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickheyer committed Nov 3, 2024
1 parent f03c7d6 commit bf6fd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/models/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class State {
});
}

async getActive(state = null) {
async getActiveServer(state = null) {
if (!state) {

// FORCE A DEPTH OF 2 QUERY
Expand Down

0 comments on commit bf6fd12

Please sign in to comment.