refactor(dashboard): fetch current player via /players/me
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ export {
|
||||
markNotificationAsRead,
|
||||
} from "./notifications"
|
||||
export { getOrderById, listOrders } from "./orders"
|
||||
export { getPlayerById, listPlayers, listPlayersByShop } from "./players"
|
||||
export { getMyPlayer, getPlayerById, listPlayers, listPlayersByShop } from "./players"
|
||||
export { createPost, getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
|
||||
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user