diff options
| author | Horus3 | 2015-05-05 22:41:27 +0200 |
|---|---|---|
| committer | Horus3 | 2015-05-05 22:41:27 +0200 |
| commit | f71b90582c713e528fb731ded8ded8d8b599c031 (patch) | |
| tree | 97f8a51ecae187477672e4e7f46ed84444447fd5 /app/test.go | |
| parent | 39ae1e288e94871ea7fe41976080afdb503950bc (diff) | |
| download | statuspage-f71b90582c713e528fb731ded8ded8d8b599c031.tar.gz | |
Diffstat (limited to 'app/test.go')
| -rw-r--r-- | app/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test.go b/app/test.go index a323b31..210e7f4 100644 --- a/app/test.go +++ b/app/test.go @@ -39,7 +39,7 @@ func testMail() { h := []Host{} Db.Find(&u) Db.Find(&h) - SendEmail(u, h) + SendEmail(u, h, "Test") } func t() { |
