mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix linter
This commit is contained in:
@@ -33,11 +33,7 @@ const CreateWebhookDialog: React.FC<Props> = (props: Props) => {
|
||||
.getWebhook({
|
||||
id: webhookId,
|
||||
})
|
||||
.then(({ webhook }) => {
|
||||
if (!webhook) {
|
||||
return;
|
||||
}
|
||||
|
||||
.then((webhook) => {
|
||||
setState({
|
||||
name: webhook.name,
|
||||
url: webhook.url,
|
||||
|
Reference in New Issue
Block a user