Skip to content

Commit 0b8aaaa

Browse files
committed
minor
1 parent c1bf036 commit 0b8aaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/jobs/RunsTableModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
122122
const lastRow = Math.min(qxLastRow, this._rowCount - 1);
123123
// Returns a request promise with given offset and limit
124124
const getFetchPromise = (offset, limit) => {
125-
const orderBy = this.getOrderBy();
125+
const orderBy = this.getOrderBy();
126126
let promise;
127127
if (this.getProjectUuid()) {
128128
promise = osparc.store.Jobs.getInstance().fetchJobsHistory(this.getProjectUuid(), this.__includeChildren, offset, limit, orderBy);

0 commit comments

Comments
 (0)