Skip to content

Commit

Permalink
add translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 4, 2024
1 parent dfdec02 commit eed60d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koodo-reader",
"main": "main.js",
"version": "1.6.0",
"version": "1.6.1",
"description": "A cross-platform ebook reader",
"author": {
"name": "App by Troye",
Expand Down
2 changes: 1 addition & 1 deletion src/poeditor-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const runScript = async () => {
const axios = require("axios");
const qs = require("qs");
let data = qs.stringify({
api_token: "9bcf7134cfc132bbb117d4884d4018e0",
api_token: "",
id: "504405",
language: code,
type: "json",
Expand Down

0 comments on commit eed60d8

Please sign in to comment.