dont validate
This commit is contained in:
@@ -106,6 +106,7 @@ export function useCreateStarterPackMutation({
|
|||||||
return await agent.app.bsky.graph.starterpack.create(
|
return await agent.app.bsky.graph.starterpack.create(
|
||||||
{
|
{
|
||||||
repo: agent.session?.did,
|
repo: agent.session?.did,
|
||||||
|
validate: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
...params,
|
...params,
|
||||||
@@ -204,6 +205,7 @@ export function useEditStarterPackMutation({
|
|||||||
await agent.com.atproto.repo.putRecord({
|
await agent.com.atproto.repo.putRecord({
|
||||||
repo: agent.session!.did,
|
repo: agent.session!.did,
|
||||||
collection: 'app.bsky.graph.starterpack',
|
collection: 'app.bsky.graph.starterpack',
|
||||||
|
validate: false,
|
||||||
rkey,
|
rkey,
|
||||||
record: {
|
record: {
|
||||||
name,
|
name,
|
||||||
|
|||||||
Reference in New Issue
Block a user