Преглед изворни кода

merge feature/1002473 into main

merge "feature/1002473" into "main"
编译失败

Created-by: lizi
Author-id: 7030146
MR-id: 7055
Commit-by: lizi
Merged-by: Kevin
Description: merge "feature/1002473" into "main"
编译失败

See merge request: zhcqdn00001/front!44
Kevin пре 2 година
родитељ
комит
71ce4507a5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/services/searchHistory.service.ts

+ 1 - 1
src/services/searchHistory.service.ts

@@ -1,4 +1,4 @@
-import * as SearchHistoryClient from "@/client/SearchHistory.client"
+import * as SearchHistoryClient from "@/client/searchHistory.client"
 import type { HotKeyword } from "@/types/searchHistory.types";
 
 export async function getHoyKeyword(size: number): Promise<HotKeyword[]> {