Page MenuHomePhabricator

[lib] Fix `TUnion`/`TInterface` imports
ClosedPublic

Authored by atul on Mar 20 2023, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 1:36 AM
Unknown Object (File)
Mar 8 2024, 1:36 AM
Unknown Object (File)
Mar 7 2024, 5:46 AM
Unknown Object (File)
Mar 7 2024, 5:46 AM
Unknown Object (File)
Feb 27 2024, 12:34 PM
Unknown Object (File)
Feb 27 2024, 12:34 PM
Unknown Object (File)
Feb 27 2024, 12:33 PM
Unknown Object (File)
Feb 27 2024, 12:32 PM
Subscribers

Details

Summary

To fix following issue: https://blob.sh/dbc687.png

when running yarn dev in keyserver.

Thanks @ginsu for catching this.

Test Plan

Able to run yarn dev in keyserver without issue.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu published this revision for review.Mar 20 2023, 4:49 PM
ginsu accepted this revision.
This revision is now accepted and ready to land.Mar 20 2023, 4:49 PM
This revision was landed with ongoing or failed builds.Mar 20 2023, 4:52 PM
This revision was automatically updated to reflect the committed changes.

Wonder if there's a way to catch this sort of thing with CI