mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 03:56:56 +00:00
fix eslint warning in UrlPreviewService.ts
This commit is contained in:
parent
129dfa9649
commit
2fb56bc4ea
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export class UrlPreviewService {
|
|||
|
||||
@bindThis
|
||||
public async handle(
|
||||
request: FastifyRequest<{ Querystring: { url: string; lang?: string; } }>,
|
||||
request: FastifyRequest<{ Querystring: { url?: string; lang?: string; } }>,
|
||||
reply: FastifyReply,
|
||||
): Promise<object | undefined> {
|
||||
const url = request.query.url;
|
||||
|
|
Loading…
Add table
Reference in a new issue