Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
feat(log): add more and more log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Dec 28, 2018
1 parent b64b06b commit d91b284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exports.handler = function (event, context, callback) {
GenObj("type", ["normal", "round"]),
GenObj("extension", ["png", "svg"]))

console.log(result);
const url = LogoLink(result.color, result);

FetchUrl(url, {
Expand Down
1 change: 1 addition & 0 deletions src/apis/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exports.handler = function (event, _, callback) {
GenObj("lang", ["en", "th"]),
GenObj("type", ["information", "social"]));

console.log(result);
const url =
result.type === "social" ?
PersonalSocialLink(result.user, {
Expand Down

0 comments on commit d91b284

Please sign in to comment.