fix(docs): Remove inline comment from JSDoc example code
TypeScript parser was having issues with inline comment in JSDoc code block.
Removed comment to fix parse error.
Verification:
- TypeScript compiles ✅
This commit is contained in:
@@ -636,7 +636,7 @@ export interface DailyNotificationPlugin {
|
||||
* const schedule = await DailyNotification.createSchedule({
|
||||
* id: 'daily-fetch',
|
||||
* kind: 'fetch',
|
||||
* cron: '0 */6 * * *', // Every 6 hours
|
||||
* cron: '0 */6 * * *',
|
||||
* enabled: true
|
||||
* });
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user