Mohammed Foud commited on
Commit
e160936
·
1 Parent(s): 8bc76d5
Files changed (2) hide show
  1. .gitignore +1 -1
  2. src/index.ts +1 -1
.gitignore CHANGED
@@ -39,4 +39,4 @@ logs
39
  .env
40
  etc/*
41
 
42
- !etc/.webook_profile
 
39
  .env
40
  etc/*
41
 
42
+ # !etc/.webook_profile
src/index.ts CHANGED
@@ -35,7 +35,7 @@ async function startServer() {
35
  startServer();
36
 
37
  // To use the WeBook main function, uncomment the following line:
38
- // webookMain().catch(e => { console.error('WeBook Fatal error:', e); });
39
 
40
 
41
  // handleAddTelegrafBot("1e186256-fdd6-453f-8344-fd824660b8bd")
 
35
  startServer();
36
 
37
  // To use the WeBook main function, uncomment the following line:
38
+ webookMain().catch(e => { console.error('WeBook Fatal error:', e); });
39
 
40
 
41
  // handleAddTelegrafBot("1e186256-fdd6-453f-8344-fd824660b8bd")