mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
Update QueueNotificationService.java
This commit is contained in:
@@ -250,7 +250,7 @@ public class QueueNotificationService {
|
||||
}
|
||||
|
||||
/** Lazily fetch the queue member rest service to avoid circular dependencies. */
|
||||
private com.bytedesk.service.queue_member.QueueMemberRestService queueMemberRestService() {
|
||||
private QueueMemberRestService queueMemberRestService() {
|
||||
return queueMemberRestServiceProvider.getObject();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user