mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 13:51:13 -05:00
Fix: Resolve remaining TypeScript errors
This commit is contained in:
@@ -347,7 +347,7 @@ export const submissionTestSuite: TestSuite = {
|
||||
}
|
||||
|
||||
// Verify version was created with images
|
||||
let version = null;
|
||||
let version: any = null;
|
||||
const pollStart = Date.now();
|
||||
while (!version && Date.now() - pollStart < 5000) {
|
||||
const { data } = await supabase
|
||||
|
||||
Reference in New Issue
Block a user