repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
c40690e
parent
7056d3c
author
Eric Bower
date
2024-05-21 18:36:46 +0000 UTC
fix: linter
1 files changed,  +1, -1
M db/postgres/storage.go
+1, -1
1@@ -187,7 +187,7 @@ const (
2 	ORDER BY updated_at DESC
3 	LIMIT $1 OFFSET $2`
4 	// add some users to deny list since they are robogenerating a bunch of posts
5-	// per day and are creating a lot of noise
6+	// per day and are creating a lot of noise.
7 	sqlSelectPostsByRank = `
8 	SELECT
9 		posts.id,