kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Incorrect return type in Diff Service #267

Open bowenzheng98 opened 5 years ago

bowenzheng98 commented 5 years ago

async function in DiffService is returning type string, should be changed to Promise<string>