feat(user): add getAccountDevices function to retrieve user devices#208
feat(user): add getAccountDevices function to retrieve user devices#208wescopeland merged 7 commits intoachievements-app:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hello @wescopeland , This PR could be a good opportunity to add a client directory to the project. Since this method will only work for the authenticated user, it does not accept onlineId or accountId, and is limited to the client. Putting it under the users doesn't make much sense. Let me know what you think! |
|
Hey @Dev-R 👋 Apologies for my delayed response, I have been swamped this week. Happy to give this a review tomorrow :) Looks like there may be one check that's failing. |
|
Hey @Dev-R 👋 Happy to review this once checks are passing. |
|
@wescopeland All checks passed! |
|
Thank you @Dev-R! We have a few commands in package.json that can make this easier for future PRs: pnpm format:write
pnpm lint:fixThese should clear up any autofixable issues that may be present. I'll get a review in for the PR shortly. |
|
🎉 This PR is included in version 2.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR resolves #207.