Skip to content
Prev Previous commit
Next Next commit
Update src/hooks/useConsumerHostServices.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
HuberTRoy and Copilot authored Nov 3, 2025
commit 989410d864c4afdf43e664561b754a6ad3817761
2 changes: 1 addition & 1 deletion src/hooks/useConsumerHostServices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export const useConsumerHostServices = (
[],
);

// 新增: 获取当前用户指定项目订阅信息
// Get user subscription for a specific project
const getUserSubscriptionByProject = useCallback(
async (
projectId: number,
Expand Down