Browse Source

Normalize string concat

Ricardo Maltez 4 năm trước cách đây
mục cha
commit
c9a119add9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/joystream/index.ts

+ 1 - 1
server/joystream/index.ts

@@ -139,7 +139,7 @@ const addBlockRange = async (
   )) as Option<ActiveEraInfo>
 
   for (let i = startBlock; i < endBlock; i++) {
-    console.log('[Joystream] Processing block ' + i)
+    console.log(`[Joystream] Processing block ${i}`)
 
     const hash = await getBlockHash(api, i)
     const blockEra = (await api.query.staking.activeEra.at(