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

Commit

Permalink
chore: Add logs fir debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjuaneight committed Nov 7, 2021
1 parent d741c57 commit 394f4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const tagsList: { [key: string]: string[] } = {
const handleAction = async (payload: RequestPayload): Promise<Response> => {
try {
let response: BookmarkingResponse;
console.log('[handleAction]:', payload);

switch (true) {
case payload.table === 'Tags': {
Expand Down

0 comments on commit 394f4b1

Please sign in to comment.