Skip to content

Commit

Permalink
fix: rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Jan 24, 2025
1 parent 60227ee commit e4ab84c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ export const getOntologyUrl = async() => {
return await Config.getOntologyApiUrl();
};

export const sleep = (ms) => {
return new Promise(resolve => setTimeout(resolve, ms));
};

export const fetchOk = async (...args) => {
//TODO: Remove spinnerService calls
spinnerService.showAll();
Expand Down

0 comments on commit e4ab84c

Please sign in to comment.