This commit is contained in:
Clément Le Bihan
2023-05-06 17:23:39 +02:00
parent 4d77007010
commit c82cdc0445
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ export default class API {
* @param lessonId the id to find the lesson
*/
public static async getSearchHistory(): Promise<SearchHistory[]> {
let tmp = await this.fetch({
const tmp = await this.fetch({
route: "/history/search",
});