Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Dec 3, 2023
1 parent e144209 commit 935a4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/sync/transfer-resource-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ let transferResourcesAssets = async function () {
.crawl(SOURCE_DIR)
.sync();

const resources = groupResourceAssetsByResourceName(resourceImageAssets)
const resources = await groupResourceAssetsByResourceName(resourceImageAssets)

for (let resource of Object.keys(resources)) {
const resourcePath = parseResourcePath(resource)
Expand Down
Binary file added src/en/pm/discipleship-handbook/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 935a4e2

Please sign in to comment.