수정 1
This commit is contained in:
parent
454a82eaab
commit
0d1f0ce577
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { HttpUtils } from "../utils/http";
|
|||
|
||||
const httpUtils = new HttpUtils();
|
||||
|
||||
export class scopeDetection {
|
||||
export class ScopeDetection {
|
||||
// 쿼리 문자열에서 scope 값을 추출하고 값이 없으면 null 반환, 있다면 문자열 반환.
|
||||
private getScopeFromQuery(query: string | undefined): string | null {
|
||||
if (!query) return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue