Skip to content

Commit

Permalink
CF auth fix. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzz-dev committed Jul 23, 2024
1 parent 40716bb commit a7c0c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfCacheCleaner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ZONE_ID = process.env['CF_CACHE_ZONE_ID'];
const PURGE_URL = process.env['CF_CACHE_PURGE_URL']; // Should be with "/" in the end

const CFClient = new Cloudflare({
token: TOKEN
apiToken: TOKEN
});


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altmp/upload-tool",
"version": "1.2.6",
"version": "1.2.7",
"author": "altMP Team",
"bin": {
"alt-upload": "./cli.js"
Expand Down

0 comments on commit a7c0c9b

Please sign in to comment.