fix
This commit is contained in:
parent
e896225a4b
commit
e9d47faa1d
@ -192,7 +192,7 @@ func insertArea() (edgedb.UUID, int64) {
|
|||||||
position
|
position
|
||||||
}
|
}
|
||||||
FILTER .conversation.name = 'Default' AND .conversation.user = global currentUser
|
FILTER .conversation.name = 'Default' AND .conversation.user = global currentUser
|
||||||
ORDER BY .position
|
ORDER BY .position desc
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
`, &positionSet)
|
`, &positionSet)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -98,4 +98,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
Loading…
x
Reference in New Issue
Block a user