Skip to content

Commit

Permalink
refactor(backend): remove unrelated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jul 30, 2024
1 parent 7135da7 commit 6bd46e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/

// dummy
export const MAX_NOTE_TEXT_LENGTH = 3000;

export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
Expand Down

0 comments on commit 6bd46e7

Please sign in to comment.