You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
940 B
1 line
940 B
{"ast":null,"code":"import { FETCH_WEATHER_SEARCHED } from \"../constants\";\nexport var setWeatherSearched = function setWeatherSearched(weather) {\n return {\n type: FETCH_WEATHER_SEARCHED,\n payload: weather\n };\n};","map":{"version":3,"names":["FETCH_WEATHER_SEARCHED","setWeatherSearched","weather","type","payload"],"sources":["/Users/thomaschazot/Documents/But2A/LaSuperMeteo/iut-expo-starter/redux/actions/setWeatherSearched.ts"],"sourcesContent":["import { Weather } from \"../../data/stub\";\nimport { FETCH_WEATHER, FETCH_WEATHER_SEARCHED } from \"../constants\";\n\nexport const setWeatherSearched = (weather: Weather[]) => {\n return {\n type: FETCH_WEATHER_SEARCHED,\n payload: weather,\n };\n }"],"mappings":"AACA,SAAwBA,sBAAsB;AAE9C,OAAO,IAAMC,kBAAkB,GAAG,SAArBA,kBAAkB,CAAIC,OAAkB,EAAK;EACtD,OAAO;IACLC,IAAI,EAAEH,sBAAsB;IAC5BI,OAAO,EAAEF;EACX,CAAC;AACH,CAAC"},"metadata":{},"sourceType":"module"} |