aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 12f9441..30c2cc5 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -406,7 +406,6 @@ func ObjectFromForm(r *http.Request, db *sql.DB, obj ObjectBase) ObjectBase {
return obj
}
-
func ParseOptions(r *http.Request, obj ObjectBase) ObjectBase {
options := EscapeString(r.FormValue("options"))
if options != "" {