mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed extra quote in logging line
- spotted in logs
This commit is contained in:
parent
2b591d9b6f
commit
3513ef3032
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const listen = async () => {
|
||||||
const overLimit = await limitService.checkWouldGoOverLimit('customIntegrations');
|
const overLimit = await limitService.checkWouldGoOverLimit('customIntegrations');
|
||||||
|
|
||||||
if (overLimit) {
|
if (overLimit) {
|
||||||
logging.info(`Skipped subscribing webhooks to events. The "customIntegrations" plan limit is enabled."`);
|
logging.info(`Skipped subscribing webhooks to events. The "customIntegrations" plan limit is enabled.`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue