Skip to content

Commit c4b6994

Browse files
binarywangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a69e8f8 commit c4b6994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/config/impl/WxCpRedisConfigImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public String getContactAccessToken() {
504504

505505
@Override
506506
public Lock getContactAccessTokenLock() {
507-
return new ReentrantLock();
507+
return this.msgAuditAccessTokenLock;
508508
}
509509

510510
@Override

0 commit comments

Comments
 (0)