From dc5d8fc2d54839ec205857c871453b770d1fc374 Mon Sep 17 00:00:00 2001 From: GhomKrosmonaute Date: Sun, 27 Oct 2024 21:41:33 +0100 Subject: [PATCH] removed unused types --- src/buttons/givePoints.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/buttons/givePoints.ts b/src/buttons/givePoints.ts index b6f9972..959adba 100644 --- a/src/buttons/givePoints.ts +++ b/src/buttons/givePoints.ts @@ -2,8 +2,6 @@ import * as app from "#app" import points from "#tables/point.ts" import helping from "#tables/helping.ts" -export type GivePointsButtonParams = [] - export default new app.Button<{ targetId: string amount: number