Removed a new line by mistake. Formatting...

This commit is contained in:
Marc-Andre Ferland 2022-10-22 12:51:43 -04:00
parent 305f2fa448
commit 1199c431ff

View File

@ -535,6 +535,7 @@ async function doMakeImage(task) {
throw new Error('Connexion with server lost.')
}
} while (Date.now() < (serverState.time + SERVER_STATE_VALIDITY_DURATION) && serverState.task !== renderRequest.task)
switch(serverState.session) {
case 'pending':
case 'running':