Skip to content

Commit

Permalink
bug fix - #126
Browse files Browse the repository at this point in the history
  • Loading branch information
youniaogu committed Apr 1, 2024
1 parent a75584c commit 0fb62bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/mhgm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const randomHostname = (n = hostnames) => {
break;
}
}
return t;
return n[t].h;
};

const hostname = randomHostname(hostnames);
Expand Down

0 comments on commit 0fb62bc

Please sign in to comment.