mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-21 07:08:10 -07:00
fix js lints
This commit is contained in:
committed by
Will Greenberg
parent
19df99d663
commit
2ada840919
@@ -34,7 +34,7 @@ export enum GpsMode {
|
||||
Api = 2,
|
||||
}
|
||||
|
||||
export function gpsModeLabel(mode: GpsMode | undefined | null): string {
|
||||
export function gps_mode_label(mode: GpsMode | undefined | null): string {
|
||||
switch (mode) {
|
||||
case GpsMode.Fixed:
|
||||
return 'Fixed coordinates';
|
||||
|
||||
Reference in New Issue
Block a user