This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
1 year ago
parent
ee33a4c6e2
commit
be3a15d25b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/utils/commonUtil.ts
+ 1
- 1
src/app/utils/commonUtil.ts
View File
@@ -63,5 +63,5 @@ export const getUserAbilities = async () => {
export const getUserStaff = async () => {
const session = await getServerSession(authOptions) as SessionWithTokens;
return session?.staff
return session?.staff
as SessionStaff
}
Write
Preview
Loading…
Cancel
Save