visuddhinanda 3 лет назад
Родитель
Сommit
0c842b2809
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/api/Suggestion.ts

+ 1 - 1
dashboard/src/components/api/Suggestion.ts

@@ -2,7 +2,7 @@ import { IUserApiResponse } from "./Auth";
 import { IChannelApiData } from "./Channel";
 
 export interface ISuggestionData {
-  id: number;
+  id: string;
   book: number;
   paragraph: number;
   word_start: number;