fix
This commit is contained in:
parent
df7e098fc7
commit
d994749ea7
6
index.js
6
index.js
@ -2,7 +2,7 @@
|
|||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of Auth-Client-Helper which is released under MIT.
|
* This file is part of Auth-Client-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* eslint-disable no-magic-numbers */
|
/* eslint-disable no-magic-numbers */
|
||||||
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const crypto = require ('@scode/crypto-helper');
|
const crypto = require ('@sapphirecode/crypto-helper');
|
||||||
const consts = require ('@scode/consts');
|
const consts = require ('@sapphirecode/consts');
|
||||||
const fetch = require ('node-fetch');
|
const fetch = require ('node-fetch');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of Auth-Client-Helper which is released under MIT.
|
* This file is part of Auth-Client-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
Reference in New Issue
Block a user