Skip to content

Commit

Permalink
fix(action): fix lint (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon authored Nov 14, 2024
1 parent 1e8095e commit b7be307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action/src/typed-action-processor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ActionProcessorOption, HTTPMethod, Route } from './types.js'
import { ListStateStorage } from '@sentio/runtime'
import { Type, TSchema, TypedActionHandler, TypedActionRequest, T, TSchemNoBody } from './schema.js'
import { Type, TSchema, TypedActionHandler, TypedActionRequest, TSchemNoBody } from './schema.js'

export class TypedActionProcessorState extends ListStateStorage<TypedActionProcessor> {
static INSTANCE = new TypedActionProcessorState()
Expand Down

0 comments on commit b7be307

Please sign in to comment.