Skip to content

Commit

Permalink
docs(migration): update preference centralization comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Nov 14, 2024
1 parent 80f9860 commit 4587226
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ const sleep = (ms: number) => {
};

/**
* Migration to centralize workflow and subscriber preferences
* Migration to centralize workflow and subscriber preferences.
* - subscriber global preference
* -> preferences with subscriber global type
* - subscriber workflow preferences
* -> preferences with subscriber worklow type

Check warning on line 29 in apps/api/migrations/preference-centralization/preference-centralization.migration.ts

View workflow job for this annotation

GitHub Actions / Spell check

Unknown word (worklow)
* - workflow preferences
* -> preferences with workflow-resource type
* -> preferences with user-workflow type
*/
export async function preferenceCentralization() {
const app = await NestFactory.create(AppModule, {
Expand Down

0 comments on commit 4587226

Please sign in to comment.