fix: 타 버전과 호환성을 위해, NO_SESSION 키워드 유지

This commit is contained in:
2022-04-21 23:37:37 +09:00
parent 949cdb47ed
commit 979e9672c0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class GetCachedMap extends \sammo\BaseAPI
public function getRequiredSessionMode(): int
{
return static::DUMMY_SESSION;
return static::NO_SESSION;
}
public function launch(Session $session, ?DateTimeInterface $modifiedSince, ?string $reqEtag)