mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 13:57:20 +09: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 = () => {
|
private crawleBirthday = () => {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
const y = now.getFullYear();
|
|
||||||
const m = now.getMonth();
|
const m = now.getMonth();
|
||||||
const d = now.getDate();
|
const d = now.getDate();
|
||||||
// Misskeyの誕生日は 2018-06-16 のような形式
|
// Misskeyの誕生日は 2018-06-16 のような形式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user