idz: Dispatch on declared protocol version
This commit is contained in:
@@ -8,6 +8,5 @@ export function load2on2(
|
||||
): Load2on2Response {
|
||||
return {
|
||||
type: "load_2on2_res",
|
||||
format: req.format as any,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,7 +31,6 @@ export async function loadProfile(
|
||||
|
||||
return {
|
||||
type: "load_profile_res",
|
||||
format: req.format as any, // TS fart
|
||||
name: profile.name,
|
||||
aimeId,
|
||||
lv: profile.lv,
|
||||
|
||||
@@ -15,7 +15,6 @@ export function saveExpedition(
|
||||
} else {
|
||||
return {
|
||||
type: "save_expedition_res",
|
||||
format: req.format as any,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,5 @@ export function updateStoryClearNum(
|
||||
): UpdateStoryClearNumResponse {
|
||||
return {
|
||||
type: "update_story_clear_num_res",
|
||||
format: req.format as any,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user