mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
chore: Remove the satisfies from the non released versions.
This commit is contained in:
@@ -13,7 +13,10 @@ export function setupActions<Store, Vault>(
|
||||
}
|
||||
return actions
|
||||
})
|
||||
return {
|
||||
const answer: {
|
||||
actions: ExpectedExports.actions
|
||||
actionsMetadata: ExpectedExports.actionsMetadata
|
||||
} = {
|
||||
get actions() {
|
||||
return myActions()
|
||||
},
|
||||
@@ -23,8 +26,6 @@ export function setupActions<Store, Vault>(
|
||||
createdActions.map((x) => x.ActionMetadata({ effects, utils })),
|
||||
)
|
||||
},
|
||||
} satisfies {
|
||||
actions: ExpectedExports.actions
|
||||
actionsMetadata: ExpectedExports.actionsMetadata
|
||||
}
|
||||
return answer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user