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:
Kevin Lin
2025-06-28 07:30:29 +08:00
committed by GitHub
parent d6e97a7caf
commit 66c3df7fcb
13 changed files with 216 additions and 207 deletions

View File

@@ -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.