Skip to content

Commit 218315c

Browse files
authored
fix: accidentally copied wrong class name
1 parent 96211ea commit 218315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const updateFileBadges = (file, fileItem, isProjectFile) => {
2424
}
2525
}
2626

27-
module.exports = class MyPlugin extends Plugin {
27+
module.exports = class GtdNoNextStep extends Plugin {
2828
async onload() {
2929
await this.loadSettings()
3030
// TODO make lazy

0 commit comments

Comments
 (0)