feat: re-merge (#2)

Reviewed-on: https://codeberg.org/nhcarrigan/tingle-bot/pulls/2
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-12-21 00:11:48 +00:00
committed by Naomi the Technomancer
parent 0afbb5aeb7
commit dac4c6f008
9 changed files with 448 additions and 28 deletions

View File

@ -15,7 +15,7 @@ import type { SpecialName }
* @returns The file path to the overlay, or null if there is no overlay.
*/
export const getOverlayImage = (
name: SpecialName | PrecipitationName | null,
name: SpecialName | PrecipitationName,
): string | null => {
let fileName: string | null = null;
switch (name) {