@bprotsyk/aso-core 1.2.49 → 1.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/flash/flash-app.js +1 -1
- package/package.json +1 -1
- package/src/flash/flash-app.ts +1 -1
package/lib/flash/flash-app.js
CHANGED
|
@@ -135,7 +135,7 @@ exports.FlashAppSchema = new mongoose_1.Schema({
|
|
|
135
135
|
async function updateSchemaAndMoveValue(model) {
|
|
136
136
|
let pipelineStage = [
|
|
137
137
|
{
|
|
138
|
-
$
|
|
138
|
+
$project: {
|
|
139
139
|
keitaroData: {
|
|
140
140
|
redirectCampaignId: "none",
|
|
141
141
|
redirectCampaignName: "none",
|
package/package.json
CHANGED
package/src/flash/flash-app.ts
CHANGED
|
@@ -185,7 +185,7 @@ export const FlashAppSchema = new Schema({
|
|
|
185
185
|
export async function updateSchemaAndMoveValue(model: Model<IFlashApp>): Promise<void> {
|
|
186
186
|
let pipelineStage: PipelineStage[] = [
|
|
187
187
|
{
|
|
188
|
-
$
|
|
188
|
+
$project: {
|
|
189
189
|
keitaroData: {
|
|
190
190
|
redirectCampaignId: "none",
|
|
191
191
|
redirectCampaignName: "none",
|