Skip to content

Commit

Permalink
Merge pull request #11 from graywenn/feature/update_getReportTemplate…
Browse files Browse the repository at this point in the history
…ByName_api

update api
  • Loading branch information
Mr-Xiao-Zhang authored Jun 30, 2022
2 parents 1cd092d + f65eeba commit 4bddcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/dingTalk.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class DingTalkController {
userid: dingTalkUserId,
});
result.result.value = userTimeSheet?.value;
return result;
return result.result;
}

@Get('/getReportFinished')
Expand Down

0 comments on commit 4bddcbe

Please sign in to comment.