Fix typos

This commit is contained in:
Alex Holliday
2024-09-22 12:17:34 +08:00
parent 1c8376dc24
commit 0791c7e5c5
4 changed files with 11 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class NetworkService {
* @returns {Promise<AxiosResponse>} The response from the axios GET request.
*/
async getMonitorByid(config) {
async getMonitorById(config) {
return this.axiosInstance.get(`/monitors/${config.monitorId}`, {
headers: {
Authorization: `Bearer ${config.authToken}`,