You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
stupid typo
This commit is contained in:
@@ -361,7 +361,7 @@ LocalIndexedDBStoreBackend.prototype = {
|
|||||||
*/
|
*/
|
||||||
_loadSyncData: function() {
|
_loadSyncData: function() {
|
||||||
console.log(
|
console.log(
|
||||||
`LocalIndexedDBStoreBackend: loaded sync data`,
|
`LocalIndexedDBStoreBackend: loading sync data`,
|
||||||
);
|
);
|
||||||
return Promise.try(() => {
|
return Promise.try(() => {
|
||||||
console.log(
|
console.log(
|
||||||
|
|||||||
Reference in New Issue
Block a user