Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created February 10, 2020 10:13
Show Gist options
  • Save radzionc/e43ccfce35db829f90fa7e674444b10c to your computer and use it in GitHub Desktop.
Save radzionc/e43ccfce35db829f90fa7e674444b10c to your computer and use it in GitHub Desktop.
const generateGetUrlWithLang = url => language => `${url}?lng=${language}`
const getSignupUrlWithLang = generateGetUrlWithLang(WEB_APP_SIGNUP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment