summaryrefslogtreecommitdiff
path: root/internal/db/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/report.go')
-rw-r--r--internal/db/report.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/report.go b/internal/db/report.go
index 91b368106..605d6d80b 100644
--- a/internal/db/report.go
+++ b/internal/db/report.go
@@ -44,7 +44,7 @@ type Report interface {
// provided, then all columns will be updated.
// updated_at will also be updated, no need to pass this
// as a specific column.
- UpdateReport(ctx context.Context, report *gtsmodel.Report, columns ...string) (*gtsmodel.Report, error)
+ UpdateReport(ctx context.Context, report *gtsmodel.Report, columns ...string) error
// DeleteReportByID deletes report with the given id.
DeleteReportByID(ctx context.Context, id string) error