Page MenuHomePhabricator

[lib] Fix comment in kesyerver-types
ClosedPublic

Authored by inka on Aug 15 2023, 12:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 12, 1:31 PM
Unknown Object (File)
Mon, Jun 10, 7:24 PM
Unknown Object (File)
Apr 3 2024, 9:32 PM
Unknown Object (File)
Apr 3 2024, 9:32 PM
Unknown Object (File)
Apr 3 2024, 9:30 PM
Unknown Object (File)
Apr 3 2024, 9:12 PM
Unknown Object (File)
Feb 18 2024, 4:52 PM
Unknown Object (File)
Feb 18 2024, 2:06 PM
Subscribers

Details

Summary

I noticed that the comment was incorrect. In the future, the cookie type will be one of string | undefined | null, but the field will have to be specified.
So the field declaration will need to be +cookie: ?string,.

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable