Skip to content

Commit

Permalink
🐛 Fix reversed graph direction (fixed upptime/upptime#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 30, 2020
1 parent bb6e176 commit 2dd47b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Graph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
path: `history/${slug}.yml`,
per_page: 28,
})
).data;
).data.reverse();

This comment has been minimized.

Copy link
@maximousblk

maximousblk Nov 30, 2020

} catch (error) {
handleError(error);
}
Expand Down

0 comments on commit 2dd47b5

Please sign in to comment.