mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
rename
This commit is contained in:
parent
57432b9779
commit
b8e1b1f3ad
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ export const getNetworkSpeed = async (): Promise<number> => {
|
|||
return await processImage();
|
||||
};
|
||||
|
||||
export const simulatePing = async () => {
|
||||
export const getNetworkPing = async () => {
|
||||
const startTime = new Date().getTime();
|
||||
try {
|
||||
await fetch(process.env.REACT_APP_SOCKET_SERVER_URL, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue