Commit fdfe4b01 authored by nanahira's avatar nanahira

missing

parent 8939a7e9
Pipeline #2289 passed with stages
in 2 minutes and 16 seconds
...@@ -95,7 +95,7 @@ export class AppService { ...@@ -95,7 +95,7 @@ export class AppService {
return await this.fetchTipsTask(); return await this.fetchTipsTask();
} }
} catch (e) { } catch (e) {
this.log.log(`Errored fetching song list, retrying: ${e.toString()}`); this.log.error(`Errored fetching song list, retrying: ${e.toString()}`);
return await this.fetchTipsTask(); return await this.fetchTipsTask();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment