This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit d9f6e5a
committed
Protect against accidental leaking of model responsibilities into the viewmodel
Using Octokit in a view model should not happen - only the model should be using it -
but the type leaks in the exception, so just make that a full type reference
instead of pulling in the Octokit namespace. Just to avoid being tempted to
use it :)1 parent 75fc407 commit d9f6e5a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments