Page MenuHomePhabricator

[services] Tunnelbroker - Fix `GetN()`->`GetS()`.
ClosedPublic

Authored by max on Apr 7 2022, 2:58 AM.
Tags
None
Referenced Files
F2904926: D3642.diff
Sun, Oct 6, 2:48 AM
Unknown Object (File)
Mon, Sep 23, 3:57 AM
Unknown Object (File)
Mon, Sep 23, 3:57 AM
Unknown Object (File)
Mon, Sep 23, 3:57 AM
Unknown Object (File)
Mon, Sep 23, 3:56 AM
Unknown Object (File)
Thu, Sep 19, 2:27 AM
Unknown Object (File)
Wed, Sep 18, 3:44 AM
Unknown Object (File)
Tue, Sep 17, 12:04 AM

Details

Summary

This is a small fix error on std:stoull that throws an exception because it's expecting a string, but we return the number in GetN().
We've agreed before that we should use GetS() from AWS C++ SDK everywhere.
This diff changes GetN()->GetS().

Test Plan

Run yarn test-tunnelbroker-service and successfully build the app.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 8 2022, 12:30 AM
This revision was landed with ongoing or failed builds.Apr 11 2022, 2:13 AM
This revision was automatically updated to reflect the committed changes.