Page MenuHomePhabricator

[lib] update `currentAsOf` for SIWE auth
ClosedPublic

Authored by kamil on Nov 27 2023, 9:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 3:36 AM
Unknown Object (File)
Wed, Oct 30, 8:51 PM
Unknown Object (File)
Oct 2 2024, 1:51 AM
Unknown Object (File)
Oct 2 2024, 1:51 AM
Unknown Object (File)
Oct 2 2024, 1:51 AM
Unknown Object (File)
Oct 2 2024, 1:51 AM
Unknown Object (File)
Sep 7 2024, 7:30 PM
Unknown Object (File)
Aug 26 2024, 9:50 AM
Subscribers

Details

Summary

Updating this to have correct type.

This partially caused ENG-5883.
We were returning 0 as the default value for currentAsOf in here: link.
This later caused a condition from D9965 truthy right after login.

Test Plan
  1. Log currentAsOf
  2. Log in using SIWE
  3. Make sure it has correct type and value (previously it was number, not object).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil edited the summary of this revision. (Show Details)
kamil edited the summary of this revision. (Show Details)
kamil published this revision for review.Nov 27 2023, 9:29 AM
This revision is now accepted and ready to land.Nov 27 2023, 9:29 AM
This revision was landed with ongoing or failed builds.Nov 27 2023, 10:12 AM
This revision was automatically updated to reflect the committed changes.