visuddhinanda hace 3 años
padre
commit
0c842b2809
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;