Przeglądaj źródła

Removed useless instruction

Brendan Abolivier 8 lat temu
rodzic
commit
0710d5a08d
Podpisane przez: Brendan Abolivier <contact@brendanabolivier.com> ID klucza GPG: 8EF1500759F70623
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      server.js

+ 0
- 1
server.js Wyświetl plik

@@ -1,4 +1,3 @@
1
-"use strict"
2 1
 var pug         = require('pug');
3 2
 var nodemailer  = require('nodemailer');
4 3
 var settings    = require('./settings');