Skip to content

Commit

Permalink
Fix conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Dec 16, 2024
1 parent aa000df commit 06c7e3c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,15 +489,12 @@ describe('candleHelper', () => {
const usdVolume: string = Big(existingPrice).times(baseTokenVolume).toString();
const orderbookMidPriceClose = '7500';
const orderbookMidPriceOpen = '8000';
<<<<<<< HEAD
=======
// Set candle start time to be far in the past to ensure all candles are new
const startTime: IsoString = helpers.calculateNormalizedCandleStartTime(
testConstants.createdDateTime.minus({ minutes: 100 }),
CandleResolution.ONE_MINUTE,
).toUTC().toISO();

>>>>>>> 196dc84f (Improve query to find candles map. (#2650))
await Promise.all(
_.map(Object.values(CandleResolution), (resolution: CandleResolution) => {
return CandleTable.create({
Expand Down

0 comments on commit 06c7e3c

Please sign in to comment.