style: header

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-05-19 19:59:45 +09:00
parent bda337db4a
commit e91a106402
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
2 changed files with 10 additions and 0 deletions

View File

@ -1 +1,6 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export const readyRef = { value: false };

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { Inject, Injectable } from '@nestjs/common';
import * as Redis from 'ioredis';
import { DataSource } from 'typeorm';