Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 2bbde88

Browse files
author
Sachin Maheshwari
committed
testing....
1 parent 7219290 commit 2bbde88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let cachedTags
1818
*/
1919
module.exports.syncSkills = async (event, context, callback) => {
2020
let tagsResponse
21+
console.log('.....start......')
2122
if (!cachedTags) {
2223
tagsResponse = await tag.getTags()
2324
if (tagsResponse.statusCode != 200) {

0 commit comments

Comments
 (0)