feat: plan trip
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class RoutePlanner {
|
||||
|
||||
async request() {
|
||||
this.otpUrl.search = this.toURLSearchParams().toString();
|
||||
return await $fetch(this.otpUrl.toString());
|
||||
return await $fetch<OTPPlanOutput>(this.otpUrl.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user