Skip to content

Commit

Permalink
🐛 修复getResourceResource key问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Nov 19, 2022
1 parent 88e7d3b commit df22c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/service/resource/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class ResourceManager extends Manager {
if (split.length === 2) {
const res = await this.getResource(script.id, split[1], "resource");
if (res) {
ret[u] = res;
ret[split[0]] = res;
}
}
})
Expand Down

0 comments on commit df22c6f

Please sign in to comment.