Skip to content

Commit e7c1210

Browse files
Merge pull request #10 from michaeljymsgutierrez/features/updated-authors
features/updated-authors
2 parents bb29271 + 42de9e8 commit e7c1210

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

webhook.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* Git + Facebook Webhook API
3-
* Created by: Chaelgutierrez
4-
*/
5-
("use strict");
1+
// Git + Facebook Webhook API
2+
// Created by: Chaelgutierrez, Mharchicano
3+
4+
"use strict";
65

76
require("dotenv").config();
87
const login = require("facebook-chat-api");

0 commit comments

Comments
 (0)