Skip to content

Commit

Permalink
Fix typo in config option name
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidka committed Aug 16, 2019
1 parent c2e8585 commit 17889cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function connectionRequest(deviceId): Promise<void> {
const now = Date.now();
const UDP_CONNECTION_REQUEST_PORT = +getConfig(
snapshot,
"cwmp.udpConnectionRequestAuth",
"cwmp.udpConnectionRequestPort",
context,
now
);
Expand Down

0 comments on commit 17889cf

Please sign in to comment.