Skip to content

Commit 2066a9b

Browse files
SK-2258 add summary for bulk insert
1 parent fe5a7ec commit 2066a9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/main/java/com/skyflow/Skyflow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public VaultController vault() throws SkyflowException {
4343
LogUtil.printErrorLog(ErrorLogs.VAULT_CONFIG_DOES_NOT_EXIST.getLog());
4444
throw new SkyflowException(ErrorCode.INVALID_INPUT.getCode(), ErrorMessage.VaultIdNotInConfigList.getMessage());
4545
}
46+
4647
return controller;
4748
}
4849

0 commit comments

Comments
 (0)