mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 13:33:26 +02:00
style: bump prettier and format app
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
|
||||
export class AddResetPasswordGuidAndExpiryDate1612482778137
|
||||
implements MigrationInterface {
|
||||
implements MigrationInterface
|
||||
{
|
||||
name = 'AddResetPasswordGuidAndExpiryDate1612482778137';
|
||||
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
|
Reference in New Issue
Block a user