Skip to content

Commit 16d9eb7

Browse files
Shane98ckatamartin
andauthored
Update src/tile.js
Co-authored-by: Kata Martin <katasm@gmail.com>
1 parent 099a664 commit 16d9eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Tile {
4646

4747
async loadChunks(chunks) {
4848
const updated = await Promise.all(
49-
chunks.map(async (chunk) => {
49+
chunks.map((chunk) => {
5050
const key = chunk.join('.')
5151
if (this.chunkedData[key]) {
5252
return false

0 commit comments

Comments
 (0)