File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type taskType = {
1515 state : Record < string , any > ;
1616}
1717
18- export default class extends AdminForthPlugin {
18+ export default class BackgroundJobsPlugin extends AdminForthPlugin {
1919 options : PluginOptions ;
2020 private taskHandlers : Record < string , taskHandlerType > = { } ;
2121 private jobCustomComponents : Record < string , AdminForthComponentDeclarationFull > = { } ;
@@ -39,7 +39,7 @@ export default class extends AdminForthPlugin {
3939
4040 async modifyResourceConfig ( adminforth : IAdminForth , resourceConfig : AdminForthResource ) {
4141 super . modifyResourceConfig ( adminforth , resourceConfig ) ;
42-
42+ console . log ( 'Modifying resource config for Background Jobs Plugin' ) ;
4343 if ( ! adminforth . config . customization ?. globalInjections ?. header ) {
4444 adminforth . config . customization . globalInjections . header = [ ] ;
4545 }
You can’t perform that action at this time.
0 commit comments