Fix sendToIdentifier error message

This commit is contained in:
Evan Hahn
2021-05-04 11:44:17 -05:00
committed by GitHub
parent 36d8ef9678
commit b9bc957299

View File

@@ -675,7 +675,7 @@ export default class OutgoingMessage {
identifier = uuid;
} catch (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
);
}