Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed May 8, 2024
1 parent 8a8f355 commit 45c259d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const stackable: Stackable<AiWarpConfig> = async function (fastify, opts) {

await fastify.register(rateLimitPlugin, opts)
await fastify.register(apiPlugin, opts)

}

stackable.configType = 'ai-warp-app'
Expand Down
4 changes: 1 addition & 3 deletions tests/e2e/api.test.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -14,7 +13,6 @@ mockAllProviders()

const expectedStreamBody = buildExpectedStreamBodyString()


interface Provider {
name: string
config: AiWarpConfig['aiProvider']
Expand Down

0 comments on commit 45c259d

Please sign in to comment.