From 67781c35d8d2a7c4828b7c65202bea0ce36d2dbd Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 28 Sep 2023 17:44:19 -1000 Subject: [PATCH] Remove superfluous comment --- database/entities/Application.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/database/entities/Application.ts b/database/entities/Application.ts index c94e9354..16eb7689 100644 --- a/database/entities/Application.ts +++ b/database/entities/Application.ts @@ -2,9 +2,6 @@ import { BaseEntity, Column, Entity, PrimaryGeneratedColumn } from "typeorm"; import { APIApplication } from "~types/entities/application"; import { Token } from "./Token"; -/** - * Represents an application that can authenticate with the API. - */ /** * Represents an application that can authenticate with the API. */