Skip to content

Commit e5d5040

Browse files
committed
removed unused import
1 parent 8b9397c commit e5d5040

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

src/db.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
/**
22
* @file Helper methods for dealing with IndexedDB cache of messages, users, and topics.
33
*
4-
* @copyright 2015-2023 Tinode LLC.
4+
* @copyright 2015-2025 Tinode LLC.
55
*/
66
'use strict';
77

88
// NOTE TO DEVELOPERS:
99
// Localizable strings should be double quoted "строка на другом языке",
1010
// non-localizable strings should be single quoted 'non-localized'.
1111

12-
import {
13-
clipInRange
14-
} from './utils.js';
15-
1612
const DB_VERSION = 3;
1713
const DB_NAME = 'tinode-web';
1814

umd/tinode.dev.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

umd/tinode.dev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

umd/tinode.prod.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)