mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 21:19:16 +00:00
5 lines
173 B
JavaScript
5 lines
173 B
JavaScript
export function getCardImageUrl(server, token, cardId, revision) {
|
|
return `https://${server}/contact/cards/${cardId}/profile/image?agent=${token}&revision=${revision}`
|
|
}
|
|
|