Update frontend/src/hooks/tools/shared/useToolOperation.ts

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
Reece Browne 2025-09-05 11:24:34 +01:00 committed by GitHub
parent 0169145212
commit d195b5c210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ export const useToolOperation = <TParams>(
inputFileIds.push(fileId);
inputStirlingFileStubs.push(record);
} else {
console.warn(`No file record found for file: ${file.name}`);
console.warn(`No file stub found for file: ${file.name}`);
}
}