Skip to content

Commit

Permalink
Update cim-forward-route/src/main/java/com/crossoverjie/cim/route/con…
Browse files Browse the repository at this point in the history
…fig/BeanConfig.java

Co-authored-by: crossoverJie <[email protected]>
  • Loading branch information
cmgyqjj and crossoverJie authored Sep 22, 2024
1 parent 5070761 commit 106a42e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public Optional<CIMUserInfo> load(Long userId) throws Exception {
if (sendUserName == null) {
return Optional.empty();
}
cimUserInfo = new CIMUserInfo(userId, sendUserName);
CIMUserInfo cimUserInfo = new CIMUserInfo(userId, sendUserName);
return Optional.of(cimUserInfo);
}
});
Expand Down

0 comments on commit 106a42e

Please sign in to comment.