Skip to content

Conversation

jonobr1
Copy link
Owner

@jonobr1 jonobr1 commented Nov 7, 2024

@jonobr1 jonobr1 merged commit 1b3a45b into dev Nov 7, 2024
1 check passed
@jonobr1 jonobr1 deleted the 737-from-object branch November 7, 2024 06:17
static fromObject(obj) {
let stops = obj.stops;
if (stops && stops.length > 0) {
stops = stops.map((o) => (o instanceof Stop ? o : new Stop().copy(o)));

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to stops here is unused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant