mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Сделал в некоторых местах JSDocs
This commit is contained in:
parent
d36f9a67f3
commit
74947f0409
4 changed files with 40 additions and 6 deletions
|
@ -2,6 +2,10 @@ const pool = require('../database/postgresql.js');
|
|||
const axios = require('axios');
|
||||
const config = require('../config/main.js')();
|
||||
|
||||
/**
|
||||
* Saves exchange rate of the fiat currency
|
||||
* @returns {Object} -
|
||||
*/
|
||||
async function save_fiat() {
|
||||
if (!config['currency']['collecting']['fiat']) return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue