mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove superfluous comment
This commit is contained in:
parent
9646e33099
commit
67781c35d8
|
|
@ -2,9 +2,6 @@ import { BaseEntity, Column, Entity, PrimaryGeneratedColumn } from "typeorm";
|
||||||
import { APIApplication } from "~types/entities/application";
|
import { APIApplication } from "~types/entities/application";
|
||||||
import { Token } from "./Token";
|
import { Token } from "./Token";
|
||||||
|
|
||||||
/**
|
|
||||||
* Represents an application that can authenticate with the API.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Represents an application that can authenticate with the API.
|
* Represents an application that can authenticate with the API.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue