0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
Dieser Commit ist enthalten in:
merefield 2023-09-25 16:10:15 +01:00
Ursprung ea02e53882
Commit c5d8003761

Datei anzeigen

@ -916,15 +916,15 @@ const putNewApi = {
}; };
const getSuppliers = { const getSuppliers = {
"suppliers": [ suppliers: [
{ {
"id": 1, id: 1,
"name": "Pavilion", name: "Pavilion",
"authorized": false, authorized: false,
"authorized_at": null, authorized_at: null,
"user": null user: null,
} },
] ],
}; };
export { export {