summary refs log tree commit diff
path: root/src/util/migration/postgres
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-07-18 12:52:00 +0200
committerTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-07-18 12:52:00 +0200
commit6be3714593d282b4ac9881005a358355f729aa0d (patch)
treea281f62f4c3a7e2474e5d84a420c79298aa4841e /src/util/migration/postgres
parentwebhook fixes & username/avatar property for msg (diff)
downloadserver-ts-6be3714593d282b4ac9881005a358355f729aa0d.tar.xz
Fix ESLint & prettier
Diffstat (limited to 'src/util/migration/postgres')
-rw-r--r--src/util/migration/postgres/1721298824927-webhookMessageProperties.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/migration/postgres/1721298824927-webhookMessageProperties.ts b/src/util/migration/postgres/1721298824927-webhookMessageProperties.ts

index 46c507d43..bd603f10f 100644 --- a/src/util/migration/postgres/1721298824927-webhookMessageProperties.ts +++ b/src/util/migration/postgres/1721298824927-webhookMessageProperties.ts
@@ -1,6 +1,8 @@ import { MigrationInterface, QueryRunner } from "typeorm"; -export class WebhookMessageProperties1721298824927 implements MigrationInterface { +export class WebhookMessageProperties1721298824927 + implements MigrationInterface +{ name = "WebhookMessageProperties1721298824927"; public async up(queryRunner: QueryRunner): Promise<void> {