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 a000b8b commit 112771e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
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
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 112771e

Please sign in to comment.