Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 3ca351c

Browse files
committed
- removed unused variable.
1 parent 7b428f1 commit 3ca351c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TodoListWebApp/Controllers/TodoController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public async Task<ActionResult> Index(string item)
161161
return View(newItem);
162162
}
163163
}
164-
catch (Exception ee)
164+
catch (Exception)
165165
{
166166
//
167167
// The user needs to re-authorize. Show them a message to that effect.

0 commit comments

Comments
 (0)