mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
[ci] format
This commit is contained in:
parent
c69bf18a4e
commit
5339f1780f
1 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,9 @@ class AstroCookies implements AstroCookiesInterface {
|
|||
return cookies.headers();
|
||||
}
|
||||
|
||||
#ensureParsed(options: AstroCookieGetOptions | undefined = undefined): Record<string, string | undefined> {
|
||||
#ensureParsed(
|
||||
options: AstroCookieGetOptions | undefined = undefined,
|
||||
): Record<string, string | undefined> {
|
||||
if (!this.#requestValues) {
|
||||
this.#parse(options);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue