fix: ts error

This commit is contained in:
b1ek 2024-07-27 21:30:02 +10:00
parent 44eb3ceca4
commit 13a6ea89ef
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { Address4, Address6 } from 'ip-address'
import type { FastifyRequest } from 'fastify' import type { FastifyRequest } from 'fastify'
import { HKPOperation, VALID_OPS } from '../providers/abstract.provider.js' import { type HKPOperation, VALID_OPS } from '../providers/abstract.provider.js'
import { AllKeysProvider } from '../providers/all.provider.js' import { AllKeysProvider } from '../providers/all.provider.js'
import { serializeIndexes } from '../indexes.js' import { serializeIndexes } from '../indexes.js'