Skip to content

Commit

Permalink
orderbookMidPrices arent required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser committed Jul 25, 2024
1 parent 6652e22 commit 5037908
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions indexer/packages/postgres/src/models/candle-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default class CandleModel extends Model {
'trades',
'usdVolume',
'startingOpenInterest',
'orderbookMidPriceOpen',
'orderbookMidPriceClose',
],
properties: {
id: { type: 'string', format: 'uuid' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ describe('candleHelper', () => {
},
);
await verifyCandlesInPostgres(expectedCandles);

await validateCandlesCache();
expectTimingStats();
});
Expand Down

0 comments on commit 5037908

Please sign in to comment.