mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Remove unused variable
This commit is contained in:
parent
64d197eeed
commit
4b6c5d40c9
|
@ -32,7 +32,6 @@ export default class CoreModule implements IModule {
|
|||
*/
|
||||
private crawleBirthday = () => {
|
||||
const now = new Date();
|
||||
const y = now.getFullYear();
|
||||
const m = now.getMonth();
|
||||
const d = now.getDate();
|
||||
// Misskeyの誕生日は 2018-06-16 のような形式
|
||||
|
|
Loading…
Reference in a new issue