Skip to content

Commit 68b4939

Browse files
author
gapmiss
committed
remove unneeded props
1 parent b1799bd commit 68b4939

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import { MarkdownPostProcessor, Plugin, setIcon, PluginManifest } from 'obsidian
22
import { BADGE_TYPES } from './constants';
33

44
export default class BadgesPlugin extends Plugin {
5-
plugin: Plugin;
6-
manifest: PluginManifest;
75

8-
async onload() {
6+
async onload() {
97
this.registerMarkdownPostProcessor(
108
buildPostProcessor()
119
);
@@ -15,6 +13,7 @@ export default class BadgesPlugin extends Plugin {
1513
onunload() {
1614
console.log("Badges plugin unloaded");
1715
}
16+
1817
}
1918

2019
export function buildPostProcessor(): MarkdownPostProcessor {

0 commit comments

Comments
 (0)