From 81011ab6307bfeb4ce65e4559854d93ebb9adce5 Mon Sep 17 00:00:00 2001 From: an-lee Date: Wed, 10 Jan 2024 10:49:50 +0800 Subject: [PATCH] lint --- enjoy/src/main/db/models/audio.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/enjoy/src/main/db/models/audio.ts b/enjoy/src/main/db/models/audio.ts index bc07e8a1..751d24ce 100644 --- a/enjoy/src/main/db/models/audio.ts +++ b/enjoy/src/main/db/models/audio.ts @@ -2,7 +2,6 @@ import { AfterCreate, AfterUpdate, AfterDestroy, - BeforeSave, BeforeCreate, BelongsTo, Table,