Skip to content

Commit

Permalink
Format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Mar 4, 2025
1 parent ef16ab7 commit da469e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/typescript/sdk/src/broker-v2/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
type DatabaseJsonType,
TableName,
} from "../indexer-v2/types/json-types";
import { ARENA_CANDLESTICK_NAME } from "../types/arena-types";
import { type ARENA_CANDLESTICK_NAME } from "../types/arena-types";
import { type AnyNumberString } from "../types/types";

export type BrokerEvent = SubscribableBrokerEvents | BrokerArenaEvent;
Expand Down
2 changes: 1 addition & 1 deletion src/typescript/sdk/src/types/arena-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ export const isArenaEventModelWithMeleeID = (
export const isArenaEventModel = (e: BrokerEventModels): e is ArenaEventModels =>
isArenaEventModelWithMeleeID(e) || isArenaVaultBalanceUpdateModel(e);

/* eslint-enable import/no-unused-modules */
/* eslint-enable import/no-unused-modules */

0 comments on commit da469e1

Please sign in to comment.