Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Sep 26, 2024
1 parent 1acf526 commit 99bf3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexer/restrpc_agregators/SubscriptionList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { EnsureConsumerVerified, QueryLavaRPC, ReplaceForCompare } from "./utils
import * as JsinfoSchema from '../../schemas/jsinfoSchema/jsinfoSchema';
import { eq, desc } from "drizzle-orm";
import { PostgresJsDatabase } from "drizzle-orm/postgres-js";
import RedisCache from '../../utils/redisCache';
import { RedisCache } from "../../query/classes/RedisCache";

interface Credit {
denom: string;
Expand Down

0 comments on commit 99bf3b0

Please sign in to comment.