Page MenuHomePhabricator

[lib] Fix comment in kesyerver-types
ClosedPublic

Authored by inka on Aug 15 2023, 12:40 AM.
Tags
None
Referenced Files
F3681028: D8812.diff
Mon, Jan 6, 5:28 PM
Unknown Object (File)
Sun, Dec 29, 11:53 AM
Unknown Object (File)
Nov 21 2024, 8:19 AM
Unknown Object (File)
Nov 21 2024, 8:19 AM
Unknown Object (File)
Nov 21 2024, 8:17 AM
Unknown Object (File)
Nov 21 2024, 8:11 AM
Unknown Object (File)
Nov 16 2024, 5:07 AM
Unknown Object (File)
Oct 26 2024, 11:29 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