mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
eslint фикс
This commit is contained in:
parent
bfccc5aac2
commit
d7bcaf8c2e
8 changed files with 24 additions and 24 deletions
|
@ -2,7 +2,7 @@ const ChartJSImage = require('chart.js-image');
|
|||
const pool = require('../shared/database/src/postgresql.js');
|
||||
const fs = require('fs');
|
||||
const axios = require('axios');
|
||||
const logger = require('../shared/logger/src/main.js')
|
||||
const logger = require('../shared/logger/src/main.js');
|
||||
|
||||
/**
|
||||
* Graph generation
|
||||
|
@ -109,4 +109,4 @@ function save_chart(url, filename) {
|
|||
);
|
||||
}
|
||||
|
||||
module.exports = { gen_chart, save_chart }
|
||||
module.exports = { gen_chart, save_chart };
|
Loading…
Add table
Reference in a new issue