mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
ci: add prettier check for contract sdk (#602)
* Add Prettier check for code formatting in contracts workflow * Update contracts workflow: remove unused checkout action and fix build step name * Run formatter * Run lint fix
This commit is contained in:
@@ -799,8 +799,7 @@ export const useProvingStore = create<ProvingState>((set, get) => {
|
||||
},
|
||||
|
||||
_generatePayload: async () => {
|
||||
const { circuitType, passportData, secret, uuid, sharedKey, env } =
|
||||
get();
|
||||
const { circuitType, passportData, secret, uuid, sharedKey, env } = get();
|
||||
const document: DocumentCategory = passportData.documentCategory;
|
||||
const selfApp = useSelfAppStore.getState().selfApp;
|
||||
// TODO: according to the circuitType we could check that the params are valid.
|
||||
|
||||
Reference in New Issue
Block a user