Skip to content

Commit

Permalink
sor 3.16.24 (#370)
Browse files Browse the repository at this point in the history
* sor 3.16.24

* fix compiling error due to sor upgrade related to fot tax

* prettier
  • Loading branch information
jsy1218 committed Sep 15, 2023
1 parent d756e4b commit aaa7cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/handlers/pools/pool-caching/v2/v2-dynamo-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class V2DynamoCache implements ICache<{ pair: Pair; block?: number }> {
records
)
}

async get(key: string): Promise<{ pair: Pair; block?: number } | undefined> {
try {
const queryParams = {
Expand Down

0 comments on commit aaa7cee

Please sign in to comment.