Skip to content

Commit

Permalink
Fixed news
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 18, 2024
1 parent 24a48ca commit de717db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion info/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@
"created": "2023-12-11T11:00:00.000Z",
"date-end": "2024-01-07T23:00:00.000Z"
},

{
"title": {
"en": "Adapter landroid is deprecated now",
Expand Down Expand Up @@ -768,4 +769,4 @@
"egigeozone": "installed"
}
}
]
]
2 changes: 1 addition & 1 deletion info/processNews.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const {readFileSync, writeFileSync} = require('node:fs');

const json = readFileSync('news.json', 'utf8');
const json = readFileSync(`${__dirname}/news.json`, 'utf8');
let news;
try {
news = JSON.parse(json);
Expand Down

0 comments on commit de717db

Please sign in to comment.