Skip to content

Commit 19e724f

Browse files
committed
fix(api): rsrp is optional
1 parent c595fde commit 19e724f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/groundFix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const groundFix =
3636
mnc: string
3737
eci: number
3838
tac: number
39-
rsrp: number
39+
rsrp?: number
4040
}): Promise<
4141
| { error: Error | ValidationError }
4242
| { result: Static<typeof GroundFixType> }

0 commit comments

Comments
 (0)