GitOrigin-RevId: c177ac287aa98c16fa6c89d865e12a4a08779e0b
This commit is contained in:
Hugh O'Brien 2020-05-09 16:03:29 +01:00 committed by Copybot
parent b5814f0a3a
commit 76af2e4319

View file

@ -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