Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
prettier
Dieser Commit ist enthalten in:
Ursprung
ea02e53882
Commit
c5d8003761
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -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 {
|
||||||
|
|
Laden …
In neuem Issue referenzieren