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:
parent
5fd85d7052
commit
ab5840dd54
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue