We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad15f57 commit 092ffd2Copy full SHA for 092ffd2
index.ts
@@ -5,7 +5,7 @@ import { suggestIfTypo } from "adminforth";
5
6
export default class extends AdminForthPlugin {
7
options: PluginOptions;
8
-
+
9
constructor(options: PluginOptions) {
10
super(options, import.meta.url);
11
this.options = options;
0 commit comments