mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
This commit is contained in:
parent
0545c9d194
commit
783cd1001a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class WebhooksService {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {WebhooksService} instance of the PostsService
|
* @returns {WebhooksService} instance of the WebhooksService
|
||||||
*/
|
*/
|
||||||
const getWebhooksServiceInstance = ({WebhookModel}) => {
|
const getWebhooksServiceInstance = ({WebhookModel}) => {
|
||||||
return new WebhooksService({WebhookModel});
|
return new WebhooksService({WebhookModel});
|
||||||
|
|
Loading…
Add table
Reference in a new issue