Skip to content

Commit f189e14

Browse files
fix: conflict
1 parent ad4fa7a commit f189e14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/bots/[id]/edit.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ export const getServerSideProps = async (ctx: Context) => {
618618
const parsed = parseCookie(ctx.req)
619619
const user = await get.Authorization(parsed?.token)
620620
const bot = await get.bot.load(ctx.query.id)
621-
const spec = await get.botSpec(ctx.query.id, user)
622621
const spec = await get.botSpec(ctx.query.id, user || '')
623622
return {
624623
props: {

0 commit comments

Comments
 (0)