teams issue
This commit is contained in:
parent
da1f3f53d0
commit
513ded84d5
1 changed files with 1 additions and 1 deletions
|
|
@ -796,7 +796,7 @@ class TeamsbotService:
|
|||
import base64
|
||||
from modules.interfaces import interfaceDbManagement
|
||||
try:
|
||||
mgmt = interfaceDbManagement.getInterface(self.currentUser, self.mandateId)
|
||||
mgmt = interfaceDbManagement.getInterface(self.currentUser, self.mandateId, featureInstanceId=self.instanceId)
|
||||
fileRecord = mgmt.getFile(fileId)
|
||||
if not fileRecord:
|
||||
logger.warning(f"Avatar file {fileId} not found")
|
||||
|
|
|
|||
Loading…
Reference in a new issue