1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 17:05:35 +02:00

refactor: substr -> substring (#11273)

This commit is contained in:
okayurisotto
2023-07-14 07:59:54 +09:00
committed by GitHub
parent af30959cb9
commit c0dbc3b53f
23 changed files with 38 additions and 38 deletions

View File

@@ -156,7 +156,7 @@ onMounted(async () => {
nextTick(() => {
queueStatsConnection.send('requestLog', {
id: Math.random().toString().substr(2, 8),
id: Math.random().toString().substring(2, 10),
length: 100,
});
});