chore: generate
This commit is contained in:
parent
30aec297d8
commit
5f77482a29
4 changed files with 72 additions and 156 deletions
|
|
@ -325,10 +325,7 @@ export const locationLayer = Layer.effect(
|
|||
finalize: () => events.publish(Event.Updated, {}).pipe(Effect.asVoid),
|
||||
})
|
||||
|
||||
const connections = (
|
||||
entry: Entry,
|
||||
saved: readonly Credential.Stored[],
|
||||
): IntegrationConnection.Info[] => {
|
||||
const connections = (entry: Entry, saved: readonly Credential.Stored[]): IntegrationConnection.Info[] => {
|
||||
const connected = saved.map(
|
||||
(credential) =>
|
||||
new IntegrationConnection.CredentialInfo({ type: "credential", id: credential.id, label: credential.label }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue