mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Fix TypeScript errors from bulk refactor - remove extra closing braces and fix transferSuperGodPower import
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import { hashPassword } from '../password/hash-password'
|
||||
import { verifyPassword } from '../password/verify-password'
|
||||
import * as auth from '../auth'
|
||||
import * as users from '../users'
|
||||
import { transferSuperGodPower } from '../users/super-god/transfer-super-god-power'
|
||||
import * as credentials from '../credentials'
|
||||
import * as sessions from '../sessions'
|
||||
import * as workflows from '../workflows'
|
||||
@@ -48,7 +49,7 @@ export class Database {
|
||||
static updateUser = users.updateUser
|
||||
static deleteUser = users.deleteUser
|
||||
static getSuperGod = users.getSuperGod
|
||||
static transferSuperGodPower = users.transferSuperGodPower
|
||||
static transferSuperGodPower = transferSuperGodPower
|
||||
|
||||
// Credentials
|
||||
static getCredentials = credentials.getCredentials
|
||||
|
||||
@@ -131,5 +131,4 @@ export const forumClassicPackage = (): { manifest: PackageManifest; content: Pac
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -66,5 +66,4 @@ export const guestbookRetroPackage = (): { manifest: PackageManifest; content: P
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -126,5 +126,4 @@ export const spotifyClonePackage = (): { manifest: PackageManifest; content: Pac
|
||||
componentHierarchy: {},
|
||||
componentConfigs: {},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -117,5 +117,4 @@ export const youtubeClonePackage = (): { manifest: PackageManifest; content: Pac
|
||||
componentHierarchy: {},
|
||||
componentConfigs: {},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -104,5 +104,4 @@ export const ecommerceBasicPackage = (): { manifest: PackageManifest; content: P
|
||||
componentHierarchy: {},
|
||||
componentConfigs: {},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -110,5 +110,4 @@ export const retroGamesPackage = (): { manifest: PackageManifest; content: Packa
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user