Skip to content

Commit

Permalink
Fixed js hard coded value.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Mar 17, 2024
1 parent b2fc433 commit 08a7caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const commentManager = require('./commentManager');
const apiUtils = require('./apiUtils');
const _ = require('underscore');
const padMessageHandler = require('ep_etherpad-lite/node/handler/PadMessageHandler');
const readOnlyManager = require('ep_etherpad-lite/node/db/ReadOnlyManager.js');
const readOnlyManager = require('ep_etherpad-lite/node/db/ReadOnlyManager');

let io;

Expand Down

0 comments on commit 08a7caa

Please sign in to comment.