This commit is contained in:
colter 2024-01-02 20:51:42 +08:00
parent 33152abf71
commit 9af780d21f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
/node_modules
/temp/notify.txt
/temp/whiteUids.txt
# Logs
logs

View File

@ -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()