Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed May 22, 2024
1 parent e867896 commit 47b0d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const plugin = (userOptions?: Partial<Options>) => {

// @ts-expect-error somehow qi is being sent from elysia, but there's no type declaration for it
plugin.onBeforeHandle({ as: options.scoping }, async ({ set, request, query, path, store, cookie, error, body, params, headers, qi, ...rest }) => {
console.log('onBeforeHandle')
let clientKey: string | undefined

/**
Expand Down

0 comments on commit 47b0d43

Please sign in to comment.