style: отформатирован код для улучшения читаемости
All checks were successful
Build and Deploy Gateway / build-and-deploy (push) Successful in 18s
All checks were successful
Build and Deploy Gateway / build-and-deploy (push) Successful in 18s
This commit is contained in:
@@ -29,7 +29,10 @@ export const api = {
|
||||
ruleSets: {
|
||||
get: () => request("/api/rule-sets"),
|
||||
save: (ruleSets) =>
|
||||
request("/api/rule-sets", { method: "PUT", body: JSON.stringify({ ruleSets }) }),
|
||||
request("/api/rule-sets", {
|
||||
method: "PUT",
|
||||
body: JSON.stringify({ ruleSets }),
|
||||
}),
|
||||
},
|
||||
|
||||
subscription: {
|
||||
|
||||
Reference in New Issue
Block a user