Skip to content

Commit

Permalink
fix: type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed May 3, 2024
1 parent 51e1a56 commit 4597e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/supertokens/storage/postgresql/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ public Set<String> getValidFieldsInConfig() {
}

@Override
public ArrayList<ConfigFieldInfo> getConfigFieldsInfo() {
public List<ConfigFieldInfo> getConfigFieldsInfo() {
return PostgreSQLConfig.getConfigFieldsInfo(this);
}

Expand Down

0 comments on commit 4597e5a

Please sign in to comment.