UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

9 lines (6 loc) 178 B
export function addTokenToImage( url, token ) { if ( url && token && url.indexOf( 'blob?' ) > -1 ) { return url + '&access_token=' + token; } return url; }