mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix log message
This commit is contained in:
@ -19,7 +19,7 @@ export const workflowsApi = api.injectEndpoints({
|
|||||||
if (result.success) {
|
if (result.success) {
|
||||||
return result.data;
|
return result.data;
|
||||||
} else {
|
} else {
|
||||||
logger('images').warn('Problem parsing metadata');
|
logger('images').warn('Problem parsing workflow');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user