Skip to content

Commit

Permalink
Fixes the runtime error when deployed (#68)
Browse files Browse the repository at this point in the history
```
START RequestId: 1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da Version: $LATEST
2019-08-19T15:02:31.517Z    1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da    Cannot find module '.'
2019-08-19T15:02:31.517Z    1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da    Did you forget to add it to "dependencies" in `package.json`?
END RequestId: 1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da
REPORT RequestId: 1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da    
Duration: 38.26 ms  Billed Duration: 100 ms   Memory Size: 3008 MB  Max Memory Used: 23 MB    
RequestId: 1b0e0445-fb96-4ec8-bb2c-e33bcf21e6da Process exited before completing request
```
  • Loading branch information
Nichlas Wærnes Andersen committed Feb 22, 2020
1 parent 40f23ef commit 6de7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const hazel = require('.')
const hazel = require('./index')

const {
INTERVAL: interval,
Expand Down

1 comment on commit 6de7532

@vercel
Copy link

@vercel vercel bot commented on 6de7532 Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.