mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 22:31:12 -05:00
Fix: Resolve remaining TypeScript errors
This commit is contained in:
@@ -43,7 +43,7 @@ export const versioningTestSuite: TestSuite = {
|
||||
parkId = park.id;
|
||||
|
||||
// Poll for version creation
|
||||
let v1 = null;
|
||||
let v1: any = null;
|
||||
const pollStart = Date.now();
|
||||
while (!v1 && Date.now() - pollStart < 5000) {
|
||||
const { data } = await supabase
|
||||
@@ -243,7 +243,7 @@ export const versioningTestSuite: TestSuite = {
|
||||
parkId = park.id;
|
||||
|
||||
// Poll for version creation
|
||||
let v1 = null;
|
||||
let v1: any = null;
|
||||
const pollStart = Date.now();
|
||||
while (!v1 && Date.now() - pollStart < 5000) {
|
||||
const { data } = await supabase
|
||||
|
||||
Reference in New Issue
Block a user