famedly / uia-proxy

GNU Affero General Public License v3.0
0 stars 0 forks source link

Fix query array indexing - follow-up from "refactor: port everything from 0.7 curamenta flow and flow aliasing to 0.8" #41

Closed famedly-bot closed 1 year ago

famedly-bot commented 1 year ago

Description

This issue is a note in this MR: https://gitlab.com/famedly/company/backend/services/uia-proxy/-/merge_requests/117#note_1413492209

If we want the last element in the array, shouldn't we index it at uiaSession[uiaSession.length - 1]?