Fix build
This commit is contained in:
@@ -212,7 +212,7 @@ async function init () {
|
||||
|
||||
app.log.info(`Idempotency: Stored response for request ${requestId}`)
|
||||
} catch (error) {
|
||||
app.log.error(`Idempotency: Failed to store response for request ${requestId}:`, error)
|
||||
app.log.error(error, `Idempotency: Failed to store response for request ${requestId}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,8 +60,6 @@ test('GMX get position history - Closed positions with actual PnL', async (t) =>
|
||||
sdk,
|
||||
0,
|
||||
10,
|
||||
fromTimestamp,
|
||||
toTimestamp
|
||||
)
|
||||
|
||||
console.log(`\n📅 Closed positions in last 7 days: ${result.length}`)
|
||||
|
||||
Reference in New Issue
Block a user