Skip to content

Commit

Permalink
Merge pull request #272 from FlorianLeChat/dependabot/npm_and_yarn/de…
Browse files Browse the repository at this point in the history
…pendencies-4818a13d71

Bump the dependencies group with 10 updates
  • Loading branch information
github-actions[bot] authored Jan 1, 2025
2 parents 0ad7eff + 4a154b9 commit 4bc49c8
Show file tree
Hide file tree
Showing 4 changed files with 3,050 additions and 3,009 deletions.
2 changes: 1 addition & 1 deletion assets/scripts/pages/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $( "#controller" ).on( "click", "button", async ( event ) =>
// Permet de faire la récupération des informations générales du serveur.
//
const terminal = $( "#terminal" );
let timer: NodeJS.Timer | undefined;
let timer: NodeJS.Timeout | undefined;

async function retrieveRemoteLogs()
{
Expand Down
2 changes: 1 addition & 1 deletion assets/scripts/pages/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ servers.on( "click", "button[type=button]", ( event ) =>
//
// Permet de faire la récupération des informations générales du serveur.
//
let timer: NodeJS.Timer | undefined;
let timer: NodeJS.Timeout | undefined;

async function retrieveRemoteData()
{
Expand Down
Loading

0 comments on commit 4bc49c8

Please sign in to comment.