Add GET request handler for retrieving an adventure by ID
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
let newName = "";
|
||||
let newLocation = "";
|
||||
|
||||
// let editId: number = NaN;
|
||||
// let editName: string = "";
|
||||
// let editLocation: string = "";
|
||||
// let editdate: string = "";
|
||||
let adventureToEdit: Adventure | undefined;
|
||||
|
||||
let isShowingToast: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user