visuddhinanda 3 anni fa
parent
commit
0c842b2809
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;