Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created October 20, 2019 19:55
Show Gist options
  • Save PamornT/31cd80a8d92934a92a6980407a1ea838 to your computer and use it in GitHub Desktop.
Save PamornT/31cd80a8d92934a92a6980407a1ea838 to your computer and use it in GitHub Desktop.
const initialLINE = async(token_type, token) => {
LINE_HEADER = {
"Content-Type": "application/json",
"Authorization": `${token_type} ${token}`
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment