fix: removed multi from sync
This commit is contained in:
@@ -17,10 +17,6 @@ changed_files="$(
|
||||
done | sort -u
|
||||
)"
|
||||
|
||||
if printf '%s\n' "$changed_files" | grep -q '^server/'; then
|
||||
bunx turbo run test:unit --filter=@autumn/server
|
||||
fi
|
||||
|
||||
if printf '%s\n' "$changed_files" | grep -q '^vite/'; then
|
||||
bunx turbo run test:unit --filter=@autumn/vite
|
||||
fi
|
||||
|
||||
2
ai
2
ai
Submodule ai updated: 18d68d3c2a...e66bb80796
@@ -146,7 +146,7 @@ export const syncItemV4 = async ({
|
||||
customerId,
|
||||
featureId,
|
||||
customerEntitlementIds,
|
||||
readMaster: true,
|
||||
// readMaster: true,
|
||||
});
|
||||
|
||||
if (outcome.kind !== "ok") {
|
||||
|
||||
Reference in New Issue
Block a user