0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21: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 = {
"suppliers": [
suppliers: [
{
"id": 1,
"name": "Pavilion",
"authorized": false,
"authorized_at": null,
"user": null
}
]
id: 1,
name: "Pavilion",
authorized: false,
authorized_at: null,
user: null,
},
],
};
export {