Fix console log error
This commit is contained in:
@@ -23,7 +23,7 @@ const Home = () => {
|
||||
history.push("/run/" + response.data.createRun.id);
|
||||
}
|
||||
catch (err) {
|
||||
console.log('error creating todo:', err)
|
||||
console.log('error creating run:', err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user