Skip to content

Instantly share code, notes, and snippets.

@lobot

lobot/code1 Secret

Created July 15, 2022 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/fd3ce679af2b06f8ab47ed1defc4e43d to your computer and use it in GitHub Desktop.
Save lobot/fd3ce679af2b06f8ab47ed1defc4e43d to your computer and use it in GitHub Desktop.
code1
const orderIdWithoutPrefix = id.substring(id.indexOf('_') + 1);
const baseURL = '/' + orderIdWithoutPrefix + '/' + id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment