0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed linting error

refs 713e2b5ecc
This commit is contained in:
Kevin Ansfield 2022-05-10 11:33:17 +01:00
parent f8084f69dc
commit b0038d71b6

View file

@ -477,7 +477,7 @@ export default class PublishManagement extends Component {
return true;
} catch (e) {
this.notifications.showAPIError(error);
this.notifications.showAPIError(e);
}
}
}