forked from creations/profilePage
fix lint
This commit is contained in:
parent
83babb8c5c
commit
8c696914b8
4 changed files with 3 additions and 4 deletions
|
@ -67,7 +67,7 @@ async function handler(request: ExtendedRequest): Promise<Response> {
|
|||
snow: presence.kv.snow === "true",
|
||||
rain: presence.kv.rain === "true",
|
||||
stars: presence.kv.stars === "true",
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
return await renderEjsTemplate("index", ejsTemplateData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue