Skip to content

Commit 72103ed

Browse files
committed
[ci-skip] feat: whoops i forgot type
1 parent 88423bc commit 72103ed

File tree

1 file changed

+1
-4
lines changed
  • apps/frontend/src/pages/app/extensions

1 file changed

+1
-4
lines changed

apps/frontend/src/pages/app/extensions/[id].vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,8 @@ const handleDelete = async () => {
684684
}
685685
}
686686
687-
const handlePlatformsSave = (platforms: ExtensionPlatforms) => {
687+
const handlePlatformsSave = (platforms: ExtensionPlatformUrls) => {
688688
form.value.platforms = platforms
689-
690-
if (platforms.GITHUB) {
691-
}
692689
}
693690
694691
const handleAdminApprove = async () => {

0 commit comments

Comments
 (0)