Skip to content

Commit 6311a45

Browse files
committed
fix arguments
1 parent 3915af3 commit 6311a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/Notifications/SolidWebhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function send($path, $type) {
2121
}
2222
}
2323
}
24-
private function getWebhooks($path, $type) {
24+
private function getWebhooks($path) {
2525
$urls = $this->webhookService->findByPath($path);
2626
return $urls;
2727
}

0 commit comments

Comments
 (0)