mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
linting
GitOrigin-RevId: c177ac287aa98c16fa6c89d865e12a4a08779e0b
This commit is contained in:
parent
b5814f0a3a
commit
76af2e4319
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
* DS207: Consider shorter variations of null checks
|
||||
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
|
||||
*/
|
||||
define(['../../../base'], (App) =>
|
||||
define(['../../../base'], App =>
|
||||
App.factory('chatMessages', function($http, ide) {
|
||||
const MESSAGES_URL = `/project/${ide.project_id}/messages`
|
||||
const MESSAGE_LIMIT = 50
|
||||
|
|
Loading…
Reference in a new issue