Skip to content

Commit

Permalink
fix: use http-terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 20, 2020
1 parent 5c7c9a6 commit 14b8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/createLightship.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import delay from 'delay';
import express from 'express';
import {
createHttpTerminator,
} from 'http-termintaor';
} from 'http-terminator';
import {
serializeError,
} from 'serialize-error';
Expand Down

0 comments on commit 14b8b27

Please sign in to comment.