(options = {})
| 962 | } |
| 963 | |
| 964 | fetchNameForClassmate (options = {}) { |
| 965 | options.method = 'GET' |
| 966 | options.contentType = 'application/json' |
| 967 | options.url = `/db/user/${this.id}/name-for-classmate` |
| 968 | return $.ajax(options) |
| 969 | } |
| 970 | |
| 971 | // Function meant for "me" |
| 972 |
no outgoing calls
no test coverage detected