File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ export const templateClient = new TemplatesClient(client);
7777export const bouncesClient = new BouncesClient ( client ) ;
7878export const configClient = new ConfigClient ( client ) ;
7979
80-
8180export const backendFetch = async ( input , init = undefined ) => {
8281 const response = await fetch ( input , init ) ;
8382
Original file line number Diff line number Diff line change 5151 },
5252 "require" : {
5353 "php" : " ^8.1" ,
54- "phplist/core" : " dev-dev " ,
54+ "phplist/core" : " dev-main " ,
5555 "symfony/twig-bundle" : " ^6.4" ,
5656 "symfony/webpack-encore-bundle" : " ^2.2" ,
5757 "symfony/security-bundle" : " ^6.4" ,
58- "tatevikgr/rest-api-client" : " dev-dev " ,
58+ "tatevikgr/rest-api-client" : " dev-main " ,
5959 "phplist/phplist-lan-texts" : " ^2021.05" ,
6060 "psr/simple-cache" : " ^3.0" ,
6161 "ext-fileinfo" : " *"
You can’t perform that action at this time.
0 commit comments