1
0

Enhanced model structs with DTOs

هذا الالتزام موجود في:
Thomas Miceli
2023-03-17 14:56:39 +01:00
الأصل 42176c42c5
التزام 167abd4ae5
10 ملفات معدلة مع 212 إضافات و139 حذوفات

عرض الملف

@@ -134,7 +134,7 @@ func pack(ctx echo.Context, serviceType string) error {
// updatedAt is updated only if serviceType is receive-pack
if serviceType == "receive-pack" {
_ = models.GistLastActiveNow(getData(ctx, "gist").(*models.Gist).ID)
_ = getData(ctx, "gist").(*models.Gist).SetLastActiveNow()
}
return nil
}