Fix references to org ID using platform org

I broke these a while ago and didn't realize because the compiler
doesn't catch them.
This commit is contained in:
Eli Ribble 2026-03-19 03:57:38 +00:00
parent 5fd85d7052
commit ab5840dd54
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ func listSignal(ctx context.Context, r *http.Request, user platform.User, query
/*
rows, err := models.Signals.Query(
models.SelectWhere.Signals.OrganizationID.EQ(org.ID),
models.SelectWhere.Signals.OrganizationID.EQ(org.ID()),
sm.OrderBy("created").Desc(),
).All(ctx, db.PGInstance.BobDB)
*/