Skip to content
Snippets Groups Projects
Commit 46d2a872 authored by syuilo's avatar syuilo
Browse files

fix missing import

parent 7df3ca73
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import { webhookEventTypes } from '@/models/entities/Webhook.js';
import { GlobalEventService } from '@/core/GlobalEventService.js';
import { DI } from '@/di-symbols.js';
import { RoleService } from '@/core/RoleService.js';
import { ApiError } from '@/server/api/error.js';
export const meta = {
tags: ['webhooks'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment