Remove superfluous comment

This commit is contained in:
Jesse Wierzbinski 2023-09-28 17:44:19 -10:00
parent 9646e33099
commit 67781c35d8

View file

@ -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.
*/