mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
chore: linting fixes && github actions for linting (#612)
This commit is contained in:
@@ -66,7 +66,7 @@ export const writeDebugLog = (message: string, data?: any) => {
|
||||
if (process.env.EXPO_PUBLIC_WRITE_DEBUG === "1") {
|
||||
writeToLog("DEBUG", message, data);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const readFromLog = (): LogEntry[] => {
|
||||
const logs = storage.getString("logs");
|
||||
|
||||
Reference in New Issue
Block a user