diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index dc9ca5a..ffcf69b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,9 @@
-
+
-
+
@@ -159,7 +159,6 @@
-
@@ -184,7 +183,8 @@
-
+
+
diff --git a/pkg/internal/services/reports.go b/pkg/internal/services/reports.go
index 15c6874..3e66e08 100644
--- a/pkg/internal/services/reports.go
+++ b/pkg/internal/services/reports.go
@@ -67,6 +67,7 @@ func NewAbuseReport(resource string, reason string, account models.Account) (mod
report = models.AbuseReport{
Resource: resource,
Reason: reason,
+ Status: models.ReportStatusPending,
AccountID: account.ID,
}