visuddhinanda пре 3 година
родитељ
комит
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";
 import { IChannelApiData } from "./Channel";
 
 
 export interface ISuggestionData {
 export interface ISuggestionData {
-  id: number;
+  id: string;
   book: number;
   book: number;
   paragraph: number;
   paragraph: number;
   word_start: number;
   word_start: number;