Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. src/controllers/Course.ts(13,57): error TS2339: Property 'params' does not exist on type 'Context'.
  2. src/controllers/Course.ts(33,63): error TS2339: Property 'params' does not exist on type 'Context'.
  3. src/controllers/CourseRequest.ts(19,34): error TS2339: Property 'params' does not exist on type 'Context'.
  4. src/controllers/CourseRequest.ts(63,56): error TS2339: Property 'params' does not exist on type 'Context'.
  5. src/controllers/Person.ts(21,55): error TS2339: Property 'params' does not exist on type 'Context'.
  6. src/controllers/Person.ts(53,55): error TS2339: Property 'params' does not exist on type 'Context'.
  7. src/controllers/Record.ts(17,63): error TS2339: Property 'params' does not exist on type 'Context'.
  8. src/controllers/Record.ts(52,55): error TS2339: Property 'params' does not exist on type 'Context'.
  9. src/controllers/TeachingAllocation.ts(26,34): error TS2339: Property 'params' does not exist on type 'Context'.
  10. src/controllers/TeachingAllocation.ts(62,59): error TS2339: Property 'params' does not exist on type 'Context'.
  11. src/controllers/Term.ts(14,61): error TS2339: Property 'params' does not exist on type 'Context'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement