Skip to content
Snippets Groups Projects
Verified Commit 0a620b07 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: add @@ to internal data symbol

parent 93c32d23
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ export {Datasource} ...@@ -24,7 +24,7 @@ export {Datasource}
* @license AGPLv3 * @license AGPLv3
* @since 1.24.0 * @since 1.24.0
*/ */
const internalDataSymbol = Symbol.for('@schukai/monster/data/datasource/data'); const internalDataSymbol = Symbol.for('@schukai/monster/data/datasource/@@data');
/** /**
* The datasource class is the basis for dealing with different data sources. * The datasource class is the basis for dealing with different data sources.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment