.
This commit is contained in:
parent
33152abf71
commit
9af780d21f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
/node_modules
|
||||
|
||||
/temp/notify.txt
|
||||
/temp/whiteUids.txt
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
@ -6,7 +6,7 @@ import fs from 'fs';
|
||||
import path from 'path';
|
||||
import axios from 'axios';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { EChangeType, INotifyConfig, INotifyInfo, IRecordInfo } from './interface';
|
||||
import { EChangeType, INotifyInfo, IRecordInfo } from './interface';
|
||||
import { __ROOT__ } from '../../config/config';
|
||||
|
||||
@Injectable()
|
||||
|
Loading…
Reference in New Issue
Block a user