fix(diff_commit_merge): delayed commit data load condition

This commit is contained in:
pakintada@gmail.com 2024-03-01 14:33:48 +07:00
parent da353cec84
commit ce7d595427
8 changed files with 278 additions and 131 deletions

View file

@ -297,10 +297,10 @@ export class RecipeService {
);
}
async getPatchListOfCurrentFile(
getPatchListOfCurrentFile(
country: string,
filename: string
): Promise<Observable<any>> {
): Observable<any> {
console.log("try get patches", country, filename);