Commit from GitHub Actions (Lint)

This commit is contained in:
itohatweb
2021-04-18 19:31:33 +00:00
parent eb230ea26f
commit 819712677b
@@ -19,7 +19,7 @@ export async function getDiscoveryCategories() {
(category) => [ (category) => [
category.id, category.id,
snakeKeysToCamelCase<DiscoveryCategory>(category), snakeKeysToCamelCase<DiscoveryCategory>(category),
] ],
), ),
); );
} }