Skip to content

Commit

Permalink
Update skyv-restarter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatKoffe committed Nov 30, 2023
1 parent ca296b5 commit 8b238cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyv-restarter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This script replaces the onDeploy script
*/

const axios = require("axios");
import axios from "axios";

const args = process.argv.slice(2);

Expand Down

0 comments on commit 8b238cf

Please sign in to comment.