repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
190b37f
parent
6b55f39
author
Eric Bower
date
2026-01-07 22:03:09 -0500 EST
fix(auth): updated_at required for pico+ feed posts
1 files changed,  +1, -0
M pkg/apps/auth/api.go
+1, -0
1@@ -581,6 +581,7 @@ func AddPlusFeedForUser(dbpool db.DB, userID, email string) error {
2 		Slug:      "pico-plus",
3 		Filename:  "pico-plus",
4 		PublishAt: &now,
5+		UpdatedAt: &now,
6 	})
7 	return err
8 }