Skip to content

Commit

Permalink
Update loadDefaultAsset.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ST4RCHASER committed Jul 3, 2022
1 parent aa02521 commit 240f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jerm/loadDefaultAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface AssetLocation {
}
const defaultAssetURL = {
assci: 'https://raw.githubusercontent.com/ST4RCHASER/monk-action/main/assets/ascii.txt',
image: 'https://raw.githubusercontent.com/ST4RCHASER/monk-action/main/assets/image.jpg',
image: 'https://raw.githubusercontent.com/ST4RCHASER/monk-action/main/assets/image.png',
audio: 'https://raw.githubusercontent.com/ST4RCHASER/monk-action/main/assets/audio.mp3',
}
const loadDefaultAsset = async (): Promise<AssetLocation> => {
Expand Down

0 comments on commit 240f936

Please sign in to comment.