Skip to content

Commit

Permalink
lint in server.ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Aug 15, 2024
1 parent 7be63ee commit 6d815f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/engine/paima-runtime/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { merge, isErrorResult } from 'openapi-merge';
import { doLog, ENV, logError } from '@paima/utils';
import path from 'path';
import { ValidateError } from 'tsoa';
import { BuiltinEvents, EventPathAndDef, toAsyncApi } from '@paima/events';
import type { EventPathAndDef } from '@paima/events';
import { BuiltinEvents, toAsyncApi } from '@paima/events';
import YAML from 'yaml';
import { evmRpcEngine } from './evm-rpc/eip1193.js';
import { StatusCodes } from 'http-status-codes';
Expand Down

0 comments on commit 6d815f5

Please sign in to comment.