Skip to content

Commit 6e38610

Browse files
authored
fix: isTesting in constructor (#104)
* fix: appid fk test * fix: pr comment
1 parent 44a65f0 commit 6e38610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/supertokens/pluginInterface/Storage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public interface Storage {
3131

3232
// if silent is true, do not log anything out on the console
33-
void constructor(String processId, boolean silent);
33+
void constructor(String processId, boolean silent, boolean isTesting);
3434

3535
void loadConfig(JsonObject jsonConfig, Set<LOG_LEVEL> logLevels, TenantIdentifier tenantIdentifier) throws InvalidConfigException;
3636

0 commit comments

Comments
 (0)