CEC-2601 (#204)
This commit is contained in:
@@ -22,6 +22,10 @@ const updatesAPI = {
|
||||
getCarUpdateProgress: async (carupdateids, token) => {
|
||||
return { statuses: [] };
|
||||
},
|
||||
|
||||
cancelCarUpdate: async (id, token) => {
|
||||
return { message: "OK" };
|
||||
},
|
||||
};
|
||||
|
||||
export default updatesAPI;
|
||||
|
||||
Reference in New Issue
Block a user