4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
// Run this as a one-time utility
|
|
const { encrypt } = require('../services/encryptionService');
|
|
console.log(encrypt('actual api key'));
|