Skip to content

Commit

Permalink
fix: 1.return
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Feb 24, 2023
1 parent 332541b commit 5bcd1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export default class AwesomeBrainManagerPlugin extends Plugin {
public utils = {
getCleanTitle,
getLocalRandom: (title, path) => {
getLocalRandomImg(this.app, title, path);
return getLocalRandomImg(this.app, title, path);
},
getWeather,
};
Expand Down

0 comments on commit 5bcd1dc

Please sign in to comment.