Skip to content

TypeError: Cannot read properties of undefined (reading 'find') #45

@Alex-Werner

Description

@Alex-Werner

Expected Behavior

TypeError: Cannot read properties of undefined (reading 'find')

Current Behavior

image

Context

It seems caused by a mistake from the request, as closeTime is an object and not a value.
closeTime":{"date":"2023-09-30T00:15:59.999Z"}

const replayCandles = await this.tree.findDocuments({
            closeTime: { $gte: startTime, $lte: endTime }
        });
        ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions