Fix sendToIdentifier error message
This commit is contained in:
parent
36d8ef9678
commit
b9bc957299
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ export default class OutgoingMessage {
|
||||||
identifier = uuid;
|
identifier = uuid;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
window.log.error(
|
window.log.error(
|
||||||
`sentToIdentifier: Failed to fetch UUID for identifier ${identifier}`,
|
`sendToIdentifier: Failed to fetch UUID for identifier ${identifier}`,
|
||||||
error && error.stack ? error.stack : error
|
error && error.stack ? error.stack : error
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue