extra word

This commit is contained in:
mike k
2021-01-24 17:23:30 -05:00
parent b164f883fd
commit e20ff5c0e8
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "safe-redis-leader",
"version": "0.0.1",
"version": "0.0.2",
"description": "Redis leader election implementation that does not have any race conditions",
"main": "src/src/index.js",
"scripts": {

View File

@@ -102,8 +102,7 @@ async function createSafeRedisLeader({
off,
once,
removeAllListeners,
shutdown,
start
shutdown
}
}