milesOriginal post
Rank 1: Thread
i am trying to use a function to query an account from the database but whilte using the function [Query.equal("accountId", currentAccount.$id)].
How do i go about fixing the error
Summary
The developer is encountering an error while using the function Query.equal("accountId", currentAccount.$id) to query an account from the database. To fix the error, they need to check the SDK version they are using and ensure it is compatible with the function being utilized. Additionally, they may need to verify the syntax and parameters of the query function for accuracy.