mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -6,7 +6,7 @@ export function useFlows() {
|
||||
|
||||
return {
|
||||
flows: app.flows,
|
||||
config: app.config.flows
|
||||
config: app.config.flows,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@ export function useFlow(name: string) {
|
||||
|
||||
return {
|
||||
flow: flow!,
|
||||
config: app.config.flows[name]
|
||||
config: app.config.flows[name],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user