chore(#1): apply Prettier formatting to all source and test files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 22:48:08 -06:00
parent 9df760cab2
commit 493bc72601
16 changed files with 283 additions and 262 deletions

View File

@@ -1,4 +1,4 @@
import { PredictionQuery, PredictionResponse } from './types/predictions.js';
import { PredictionQuery, PredictionResponse } from "./types/predictions.js";
interface CacheEntry {
response: PredictionResponse;