You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was passing around a collection returned by pb.collection('COLLECTION_NAME') & as I was using TypeScript, I needed to strongly type the argument & I found that the function above returns RecordService so I exported it.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.I was passing around a
collection
returned bypb.collection('COLLECTION_NAME')
& as I was using TypeScript, I needed to strongly type the argument & I found that the function above returnsRecordService
so I exported it.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: