Change bcrypt library to make it work better in windows

This commit is contained in:
Jan Oberhauser
2020-09-28 12:11:52 +02:00
parent c5e14e4c2f
commit 2072f53316
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ import { RequestOptions } from 'oauth-1.0a';
import * as csrf from 'csrf';
import * as requestPromise from 'request-promise-native';
import { createHmac } from 'crypto';
import { compare } from 'bcrypt';
import { compare } from 'bcryptjs';
import {
ActiveExecutions,