make eslint happy

This commit is contained in:
martin-mfg
2025-09-23 12:23:30 +02:00
parent de79a03ce2
commit a3d50e06ad
+1 -1
View File
@@ -134,7 +134,7 @@ const HomeScreen = () => {
'https://api.github.com/search/commits?q=author:martin-mfg',
);
console.log(restResult);
let ghToken = 'placeholder'; // to be filled in manually via debugger
const ghToken = 'placeholder'; // to be filled in manually via debugger
const graphqlResult = await axios.post(
'https://api.github.com/graphql',
{