Skip to content

Commit

Permalink
Remove unnecessary blank lines in QueryHelper class for improved code…
Browse files Browse the repository at this point in the history
… clarity
  • Loading branch information
simlarsen committed Nov 26, 2024
1 parent ab5acde commit e0871e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Common/Server/Types/Database/QueryHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { FindOperator, Raw } from "typeorm";
import { FindWhereProperty } from "../../../Types/BaseDatabase/Query";

export default class QueryHelper {


public static findWithSameText(
text: string | number,
): FindWhereProperty<any> {
Expand Down

0 comments on commit e0871e6

Please sign in to comment.