clean
This commit is contained in:
@@ -2,8 +2,8 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
const crypto = require('crypto');
|
||||
|
||||
const INPUT_FILE = path.join(__dirname, '../firebase/internal-launchpad/iap-users.txt');
|
||||
const OUTPUT_FILE = path.join(__dirname, '../firebase/internal-launchpad/allowed-hashes.json');
|
||||
const INPUT_FILE = path.join(__dirname, '../internal/launchpad/iap-users.txt');
|
||||
const OUTPUT_FILE = path.join(__dirname, '../internal/launchpad/allowed-hashes.json');
|
||||
|
||||
try {
|
||||
const data = fs.readFileSync(INPUT_FILE, 'utf8');
|
||||
|
||||
Reference in New Issue
Block a user