fix(core): update

This commit is contained in:
2024-05-11 12:52:42 +02:00
parent 1ce6d2ab01
commit 0bb7e438d5
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export class NetworkManager {
}
public getEffectiveType() {
return this.getConnection()?.effectiveType || '4g';
return this.getConnection()?.effectiveType || '4g';
}
public updateConnectionStatus() {