diff --git a/index.ts b/index.ts index 7486761..ab02bd1 100644 --- a/index.ts +++ b/index.ts @@ -28,7 +28,6 @@ const stackable: Stackable = async function (fastify, opts) { await fastify.register(rateLimitPlugin, opts) await fastify.register(apiPlugin, opts) - } stackable.configType = 'ai-warp-app' diff --git a/tests/e2e/api.test.ts b/tests/e2e/api.test.ts index 3844d95..99a6b90 100644 --- a/tests/e2e/api.test.ts +++ b/tests/e2e/api.test.ts @@ -1,5 +1,4 @@ -/* eslint-disable @typescript -* eslint/no-floating-promises */ +/* eslint-disable @typescript-eslint/no-floating-promises */ import { before, after, describe, it } from 'node:test' import assert from 'node:assert' import { FastifyInstance } from 'fastify' @@ -14,7 +13,6 @@ mockAllProviders() const expectedStreamBody = buildExpectedStreamBodyString() - interface Provider { name: string config: AiWarpConfig['aiProvider']