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 26, 11:32 AM
Unknown Object (File)
Tue, Jun 25, 8:53 AM
Unknown Object (File)
Tue, Jun 25, 8:53 AM
Unknown Object (File)
Tue, Jun 25, 8:53 AM
Unknown Object (File)
Tue, Jun 25, 8:52 AM
Unknown Object (File)
Mon, Jun 24, 4:36 AM
Unknown Object (File)
Wed, Jun 12, 1:31 PM
Unknown Object (File)
Mon, Jun 10, 7:24 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