1
0

fix(webhooks): lint

This commit is contained in:
kolaente
2023-10-17 20:35:05 +02:00
parent 2c84cec044
commit 7a74e491da
4 changed files with 18 additions and 15 deletions

View File

@ -17,8 +17,9 @@
package migration
import (
"src.techknowlogick.com/xormigrate"
"time"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
)