mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
export function getProfileImageUrl(token, revision) {
|
|
return '/profile/image?agent=' + token + "&revision=" + revision
|
|
}
|
|
|