function getPublicUrl()

in bookshelf/lib/images.js [30:32]


function getPublicUrl(filename) {
  return `https://storage.googleapis.com/${CLOUD_BUCKET}/${filename}`;
}