Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 14, 2024
1 parent 28cc5b2 commit b151fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/migrations/20240919125803-widget-sub.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
filter: { _id: w._id },
update: {
$set: {
accountId: pool.sub,
sub: pool.sub,
slug: pool.settings.slug,
name: pool.settings.title,
description: pool.settings.description,
Expand Down

0 comments on commit b151fd9

Please sign in to comment.