Commit 8f7989d1e9fd506b634cb0d1c415ecb9181fc983

Authored by Eric
1 parent 10bb43c11a
Exists in master

punto de venta

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/requestHeadersInterceptor.js
... ... @@ -17,7 +17,7 @@ angular.module('focaConfiguracion')
17 17 $http(config).then(function(res) {
18 18 $cookies.put('puntoVenta', res.data[0]);
19 19 });
20   - });
  20 + }, 10000);
21 21 }
22 22 }
23 23