Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/34048d1fd54d32ae51a36be0788de6eb to your computer and use it in GitHub Desktop.
Save jaredlockhart/34048d1fd54d32ae51a36be0788de6eb to your computer and use it in GitHub Desktop.
.map(link => {
return Object.assign({}, link, {
sanitized_url: this._sanitizeURL(link.url),
cache_key: this._createCacheKey(sanitizedURL)
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment