Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Nov 26, 2021
1 parent 5a6772c commit 924fc77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export default class SamplePlugin extends HyperionPlugin {
console.log(content);
}

initOnce() {
console.log('This method is called only once in the indexer master process');
super.initOnce();
}

addRoutes(server: FastifyInstance): void {
}
}

0 comments on commit 924fc77

Please sign in to comment.