Skip to content

Commit

Permalink
whops
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Feb 11, 2024
1 parent 344aaa8 commit e73aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/user/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
document.addEventListener("DOMContentLoaded", function () {
// Fetch activity data
fetch("https://statsim.net/atc/vatsimid/?vatsimid=957907&period=custom&from={{ now()->subMonths(11)->toDateString() }}+00%3A00&to={{ now()->toDateString() }}+22%3A00&json=true")
fetch("https://statsim.net/atc/vatsimid/?vatsimid={{ $user->id }}&period=custom&from={{ now()->subMonths(11)->toDateString() }}+00%3A00&to={{ now()->toDateString() }}+22%3A00&json=true")
.then(response => response.json())
.then(data => {
if(data && data.length > 0) {
Expand Down

0 comments on commit e73aaa7

Please sign in to comment.