one lazy ai
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m24s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m24s
This commit is contained in:
@@ -122,6 +122,7 @@ export const flyerWorker = new Worker<FlyerJobData>(
|
||||
// These don't need to do anything; they just need to exist to prevent "is not a function" errors.
|
||||
save: () => {},
|
||||
restore: () => {},
|
||||
getTransform: () => ({ a: 1, b: 0, c: 0, d: 1, e: 0, f: 0 }), // Return a default identity matrix
|
||||
transform: () => {},
|
||||
setTransform: () => {},
|
||||
scale: () => {},
|
||||
|
||||
Reference in New Issue
Block a user