mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Удалил нужные библиотеки, поменял на сервис
This commit is contained in:
parent
aecb1caff1
commit
bf37441987
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
const pool = require('../database/postgresql.js');
|
const pool = require('../database/postgresql.js');
|
||||||
const yaml = require('yaml');
|
|
||||||
const fs = require('fs');
|
|
||||||
const axios = require('axios');
|
const axios = require('axios');
|
||||||
const config = yaml.parse(fs.readFileSync('./config.yaml', 'utf-8'));
|
const config = require('../config/main.js')();
|
||||||
|
|
||||||
async function save_fiat() {
|
async function save_fiat() {
|
||||||
if (!config['currency']['collecting']['fiat']) return;
|
if (!config['currency']['collecting']['fiat']) return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue