@ningboyz/types 1.0.68 → 1.0.70
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/package.json
CHANGED
|
@@ -251,13 +251,8 @@ export class TNotiMainResponse implements INotiMainResponse {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
<<<<<<< HEAD
|
|
255
254
|
static toFlowDatas(notis: TNotiMainResponse[]): TFlowDataResponse[] {
|
|
256
255
|
return notis.map((u) => this.toFlowData(u));
|
|
257
|
-
=======
|
|
258
|
-
static toFlowDatas(card: TNotiMainResponse[]): TFlowDataResponse[] {
|
|
259
|
-
return card.map((u) => this.toFlowData(u));
|
|
260
|
-
>>>>>>> 5ee95788387c2bd54bbb357ed97e032f3e8800d8
|
|
261
256
|
}
|
|
262
257
|
|
|
263
258
|
static toFlowData(aNoti: TNotiMainResponse): TFlowDataResponse {
|